Skip to content

Commit

Permalink
chore(main): release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed May 24, 2024
1 parent 5b15b2b commit 6b5f1a2
Show file tree
Hide file tree
Showing 4 changed files with 10 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.12.0"
".": "0.12.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.12.1](https://github.com/Mause/duckdb_engine/compare/v0.12.0...v0.12.1) (2024-05-24)


### Bug Fixes

* add new types names for 0.10.3 ([8e0ca8e](https://github.com/Mause/duckdb_engine/commit/8e0ca8ee2f6d8341ea8274b465259ac4b54d312c))

## [0.12.0](https://github.com/Mause/duckdb_engine/compare/v0.12.0-rc0...v0.12.0) (2024-04-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 @@ -38,7 +38,7 @@
from .config import apply_config, get_core_config
from .datatypes import ISCHEMA_NAMES, register_extension_types

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

0 comments on commit 6b5f1a2

Please sign in to comment.