Skip to content

Commit

Permalink
chore(main): release 0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Nov 24, 2024
1 parent 174df9e commit 086c8cd
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.5"
".": "0.13.6"
}
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.6](https://github.com/Mause/duckdb_engine/compare/v0.13.5...v0.13.6) (2024-11-24)


### Bug Fixes

* avoid mutating caller's connect args (don't accumulate user_agents) ([8f39aca](https://github.com/Mause/duckdb_engine/commit/8f39aca57a3f64ac02dc2766a48f74ec37201203))
* **deps:** update dependency packaging to v24.2 ([f5daa5a](https://github.com/Mause/duckdb_engine/commit/f5daa5a0599bfb7e00702bf29cae2fcc8f8f3aa8))

## [0.13.5](https://github.com/Mause/duckdb_engine/compare/v0.13.4...v0.13.5) (2024-11-07)


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.5"
__version__ = "0.13.6"
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.5"
version = "0.13.6"
description = "SQLAlchemy driver for duckdb"
authors = ["Elliana <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 086c8cd

Please sign in to comment.