File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.16 .0"
2+ "." : " 0.17 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.17.0] ( https://github.com/Mause/duckdb_engine/compare/v0.16.0...v0.17.0 ) (2025-03-29)
4+
5+
6+ ### Features
7+
8+ * register filesystems ([ 9f7c796] ( https://github.com/Mause/duckdb_engine/commit/9f7c79675345ddad0a3691a40c104fb8229eabfc ) )
9+
310## [ 0.16.0] ( https://github.com/Mause/duckdb_engine/compare/v0.15.1...v0.16.0 ) (2025-03-29)
411
512
1118
1219* drop python 3.8 ([ 1acd720] ( https://github.com/Mause/duckdb_engine/commit/1acd720ca91d1438405f848c80425d5cbc715762 ) )
1320
14-
15- ### Miscellaneous Chores
16-
17- * release 0.16.0 ([ 7161129] ( https://github.com/Mause/duckdb_engine/commit/7161129f6559f353e8a25219af6f723f79832aa6 ) )
18-
1921## [ 0.15.1] ( https://github.com/Mause/duckdb_engine/compare/v0.15.0...v0.15.1 ) (2025-03-29)
2022
2123
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.16 .0"
42+ __version__ = "0.17 .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[project ]
22name = " duckdb_engine"
3- version = " 0.16 .0"
3+ version = " 0.17 .0"
44description = " SQLAlchemy driver for duckdb"
55authors = [
66 {
name =
" Elliana May" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments