File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.13.5 "
2+ "." : " 0.13.6 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.13.6] ( https://github.com/Mause/duckdb_engine/compare/v0.13.5...v0.13.6 ) (2024-11-24)
4+
5+
6+ ### Bug Fixes
7+
8+ * avoid mutating caller's connect args (don't accumulate user_agents) ([ 8f39aca] ( https://github.com/Mause/duckdb_engine/commit/8f39aca57a3f64ac02dc2766a48f74ec37201203 ) )
9+ * ** deps:** update dependency packaging to v24.2 ([ f5daa5a] ( https://github.com/Mause/duckdb_engine/commit/f5daa5a0599bfb7e00702bf29cae2fcc8f8f3aa8 ) )
10+
311## [ 0.13.5] ( https://github.com/Mause/duckdb_engine/compare/v0.13.4...v0.13.5 ) (2024-11-07)
412
513
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.5 "
42+ __version__ = "0.13.6 "
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.5 "
3+ version = " 0.13.6 "
44description = " SQLAlchemy driver for duckdb"
55authors = [" Elliana <me@mause.me>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments