Skip to content

Commit

Permalink
Merge pull request #1133 from Mause/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.13.4
  • Loading branch information
Mause authored Oct 22, 2024
2 parents c5aa43f + 71d01be commit 4190fbb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.3"
".": "0.13.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.13.4](https://github.com/Mause/duckdb_engine/compare/v0.13.3...v0.13.4) (2024-10-22)


### Bug Fixes

* **deps:** update dependency duckdb to v1.1.2 ([d363897](https://github.com/Mause/duckdb_engine/commit/d363897bc63bb7814f48e454d2afc3c633073205))
* propagate kwargs through compilation nodes ([95d8cef](https://github.com/Mause/duckdb_engine/commit/95d8cef236629815027b26cbb66a87069a5ccddc))

## [0.13.3](https://github.com/Mause/duckdb_engine/compare/v0.13.2...v0.13.3) (2024-10-21)


Expand Down
2 changes: 1 addition & 1 deletion duckdb_engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from .config import apply_config, get_core_config
from .datatypes import ISCHEMA_NAMES, register_extension_types

__version__ = "0.13.3"
__version__ = "0.13.4"
sqlalchemy_version = sqlalchemy.__version__
duckdb_version: str = duckdb.__version__
supports_attach: bool = duckdb_version >= "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "duckdb_engine"
version = "0.13.3"
version = "0.13.4"
description = "SQLAlchemy driver for duckdb"
authors = ["Elliana <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 4190fbb

Please sign in to comment.