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 11{
2- "." : " 0.13.7-pre0 "
2+ "." : " 0.14.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.14.0] ( https://github.com/Mause/duckdb_engine/compare/v0.13.7-pre0...v0.14.0 ) (2024-12-16)
4+
5+
6+ ### Features
7+
8+ * reexport postgresql insert function ([ 51dbb18] ( https://github.com/Mause/duckdb_engine/commit/51dbb186cff25c340c8395ef660cd6485923ec04 ) )
9+
10+
11+ ### Miscellaneous Chores
12+
13+ * release 0.14.0 ([ b07a965] ( https://github.com/Mause/duckdb_engine/commit/b07a9650f698001fa5a845d193402fddddefceb3 ) )
14+
315## [ 0.13.7-pre0] ( https://github.com/Mause/duckdb_engine/compare/v0.13.6...v0.13.7-pre0 ) (2024-11-24)
416
517
Original file line number Diff line number Diff line change 3939from .config import apply_config , get_core_config
4040from .datatypes import ISCHEMA_NAMES , register_extension_types
4141
42- __version__ = "0.13.7-pre0 "
42+ __version__ = "0.14.0 "
4343sqlalchemy_version = sqlalchemy .__version__
4444duckdb_version : str = duckdb .__version__
4545supports_attach : bool = duckdb_version >= "0.7.0"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " duckdb_engine"
3- version = " 0.13.7-pre0 "
3+ version = " 0.14.0 "
44description = " SQLAlchemy driver for duckdb"
55authors = [" Elliana <me@mause.me>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments