Skip to content

Commit 4dfdf2c

Browse files
authored
Merge pull request #1205 from Mause/release-please--branches--main
chore(main): release 0.15.0
2 parents fe31bf6 + a5929b9 commit 4dfdf2c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.14.2"
2+
".": "0.15.0"
33
}

CHANGELOG.md

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

3+
## [0.15.0](https://github.com/Mause/duckdb_engine/compare/v0.14.2...v0.15.0) (2025-01-16)
4+
5+
6+
### Features
7+
8+
* Add supported MotherDuck connection string parameters ([c57f024](https://github.com/Mause/duckdb_engine/commit/c57f0249573abe65d15e93a605299e3d453e1d11))
9+
310
## [0.14.2](https://github.com/Mause/duckdb_engine/compare/v0.14.1...v0.14.2) (2025-01-10)
411

512

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.14.2"
42+
__version__ = "0.15.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.14.2"
3+
version = "0.15.0"
44
description = "SQLAlchemy driver for duckdb"
55
authors = ["Elliana <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)