We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 050fefe + a97972f commit 218f8deCopy full SHA for 218f8de
CHANGELOG.md
@@ -1,11 +1,13 @@
1
# Changelog
2
3
-## 0.15
+## 0.16
4
5
### 0.16.0
6
- feat: Add parameters and volatility to Function.
7
- fix: Filter snowflake schema query to current_database().
8
9
+## 0.15
10
+
11
### 0.15.13
12
- fix: sqlalchemy<2 import-time regression.
13
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "sqlalchemy-declarative-extensions"
-version = "0.15.13"
+version = "0.16.0"
authors = [
{name = "Dan Cardin", email = "ddcardin@gmail.com"},
]
0 commit comments