File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.6.9 "
2
+ "." : " 0.7.0-rc1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.7.0-rc1] ( https://github.com/Mause/duckdb_engine/compare/v0.6.9...v0.7.0-rc1 ) (2023-03-07)
4
+
5
+
6
+ ### Features
7
+
8
+ * support sqlalchemy 2.0 ([ fe6be80] ( https://github.com/Mause/duckdb_engine/commit/fe6be8034aa0d3cdfce03f67cf885eafe3dd9d64 ) )
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * release 0.7.0-rc1 ([ 691fdf9] ( https://github.com/Mause/duckdb_engine/commit/691fdf918ff3caee21395ab35a1a7840a8a7f833 ) )
14
+
3
15
## [ 0.6.9] ( https://github.com/Mause/duckdb_engine/compare/v0.6.8...v0.6.9 ) (2023-03-01)
4
16
5
17
Original file line number Diff line number Diff line change 26
26
from .config import apply_config , get_core_config
27
27
from .datatypes import register_extension_types
28
28
29
- __version__ = "0.6.9 "
29
+ __version__ = "0.7.0-rc1 "
30
30
31
31
if TYPE_CHECKING :
32
32
from sqlalchemy .base import Connection
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " duckdb_engine"
3
- version = " 0.6.9 "
3
+ version = " 0.7.0-rc1 "
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