File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.9.2 "
2
+ "." : " 0.9.3 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.9.3] ( https://github.com/Mause/duckdb_engine/compare/v0.9.2...v0.9.3 ) (2023-12-05)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * use numeric_dollar where available ([ f51ee7f] ( https://github.com/Mause/duckdb_engine/commit/f51ee7fb481f6e41e9d6636356edb81ee5e424cd ) )
9
+
10
+
11
+ ### Documentation
12
+
13
+ * add directions for ` alembic ` support ([ d549ba4] ( https://github.com/Mause/duckdb_engine/commit/d549ba497b1830b73b54dda4cd983ddb3114c150 ) )
14
+ * update autoloading docs ([ b782994] ( https://github.com/Mause/duckdb_engine/commit/b7829948114fb391918795a932564da2bbbb16db ) )
15
+ * update register docs ([ 9081ef7] ( https://github.com/Mause/duckdb_engine/commit/9081ef76cac0dd80b3922cc2b290724db17aa28e ) )
16
+ * update toc ([ abcb158] ( https://github.com/Mause/duckdb_engine/commit/abcb158c42b734514028fbb9741c7c7dfa04f985 ) )
17
+ * update toc ([ #785 ] ( https://github.com/Mause/duckdb_engine/issues/785 ) ) ([ 234a8b8] ( https://github.com/Mause/duckdb_engine/commit/234a8b801ffe4d236c8a790b880bc81207f37266 ) )
18
+
3
19
## [ 0.9.2] ( https://github.com/Mause/duckdb_engine/compare/v0.9.1...v0.9.2 ) (2023-07-23)
4
20
5
21
Original file line number Diff line number Diff line change 29
29
from .config import apply_config , get_core_config
30
30
from .datatypes import ISCHEMA_NAMES , register_extension_types
31
31
32
- __version__ = "0.9.2 "
32
+ __version__ = "0.9.3 "
33
33
sqlalchemy_version = Version (sqlalchemy .__version__ )
34
34
35
35
if TYPE_CHECKING :
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " duckdb_engine"
3
- version = " 0.9.2 "
3
+ version = " 0.9.3 "
4
4
description = " SQLAlchemy driver for duckdb"
5
5
authors = [" Elliana <me@mause.me>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments