Skip to content

Commit 221bfd1

Browse files
authored
Merge pull request #838 from Mause/release-please--branches--main--components--duckdb_engine
chore(main): release 0.9.3
2 parents c477c0b + ed26cdd commit 221bfd1

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.2"
2+
".": "0.9.3"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

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+
319
## [0.9.2](https://github.com/Mause/duckdb_engine/compare/v0.9.1...v0.9.2) (2023-07-23)
420

521

duckdb_engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from .config import apply_config, get_core_config
3030
from .datatypes import ISCHEMA_NAMES, register_extension_types
3131

32-
__version__ = "0.9.2"
32+
__version__ = "0.9.3"
3333
sqlalchemy_version = Version(sqlalchemy.__version__)
3434

3535
if TYPE_CHECKING:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "duckdb_engine"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
description = "SQLAlchemy driver for duckdb"
55
authors = ["Elliana <me@mause.me>"]
66
license = "MIT"

0 commit comments

Comments
 (0)