Skip to content

Commit

Permalink
Merge pull request #1175 from Mause/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.14.0
  • Loading branch information
Mause authored Dec 16, 2024
2 parents b07a965 + 20d3cbf commit e6d93ad
Show file tree
Hide file tree
Showing 4 changed files with 15 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.7-pre0"
".": "0.14.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.14.0](https://github.com/Mause/duckdb_engine/compare/v0.13.7-pre0...v0.14.0) (2024-12-16)


### Features

* reexport postgresql insert function ([51dbb18](https://github.com/Mause/duckdb_engine/commit/51dbb186cff25c340c8395ef660cd6485923ec04))


### Miscellaneous Chores

* release 0.14.0 ([b07a965](https://github.com/Mause/duckdb_engine/commit/b07a9650f698001fa5a845d193402fddddefceb3))

## [0.13.7-pre0](https://github.com/Mause/duckdb_engine/compare/v0.13.6...v0.13.7-pre0) (2024-11-24)


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

0 comments on commit e6d93ad

Please sign in to comment.