Skip to content

Commit

Permalink
Merge pull request #920 from Mause/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.11.3
  • Loading branch information
Mause authored Apr 7, 2024
2 parents 6676f7f + c7440c3 commit b67446d
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.11.2"
".": "0.11.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.11.3](https://github.com/Mause/duckdb_engine/compare/v0.11.2...v0.11.3) (2024-04-07)


### Bug Fixes

* _loads_domains in SQLA2 ([4c67e26](https://github.com/Mause/duckdb_engine/commit/4c67e2616a1b5e1d86eac895ad188bafbbd1a190))
* allow parsing json in dynamic queries ([895685e](https://github.com/Mause/duckdb_engine/commit/895685e95cab1e9c5f6d3b9cd5f5f763bac9d8d1))

## [0.11.2](https://github.com/Mause/duckdb_engine/compare/v0.11.1...v0.11.2) (2024-03-01)


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.11.2"
__version__ = "0.11.3"
sqlalchemy_version = sqlalchemy.__version__
duckdb_version: str = duckdb.__version__ # type: ignore[attr-defined]
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.11.2"
version = "0.11.3"
description = "SQLAlchemy driver for duckdb"
authors = ["Elliana <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b67446d

Please sign in to comment.