Skip to content

Commit e6d93ad

Browse files
authored
Merge pull request #1175 from Mause/release-please--branches--main
chore(main): release 0.14.0
2 parents b07a965 + 20d3cbf commit e6d93ad

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.13.7-pre0"
2+
".": "0.14.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.14.0](https://github.com/Mause/duckdb_engine/compare/v0.13.7-pre0...v0.14.0) (2024-12-16)
4+
5+
6+
### Features
7+
8+
* reexport postgresql insert function ([51dbb18](https://github.com/Mause/duckdb_engine/commit/51dbb186cff25c340c8395ef660cd6485923ec04))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release 0.14.0 ([b07a965](https://github.com/Mause/duckdb_engine/commit/b07a9650f698001fa5a845d193402fddddefceb3))
14+
315
## [0.13.7-pre0](https://github.com/Mause/duckdb_engine/compare/v0.13.6...v0.13.7-pre0) (2024-11-24)
416

517

duckdb_engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from .config import apply_config, get_core_config
4040
from .datatypes import ISCHEMA_NAMES, register_extension_types
4141

42-
__version__ = "0.13.7-pre0"
42+
__version__ = "0.14.0"
4343
sqlalchemy_version = sqlalchemy.__version__
4444
duckdb_version: str = duckdb.__version__
4545
supports_attach: bool = duckdb_version >= "0.7.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "duckdb_engine"
3-
version = "0.13.7-pre0"
3+
version = "0.14.0"
44
description = "SQLAlchemy driver for duckdb"
55
authors = ["Elliana <me@mause.me>"]
66
license = "MIT"

0 commit comments

Comments
 (0)