Skip to content

Commit 994bcf5

Browse files
authored
Merge pull request #1245 from Mause/release-please--branches--main
chore(main): release 0.16.0
2 parents 7161129 + b5c93cf commit 994bcf5

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-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.15.1"
2+
".": "0.16.0"
33
}

CHANGELOG.md

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

3+
## [0.16.0](https://github.com/Mause/duckdb_engine/compare/v0.15.1...v0.16.0) (2025-03-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop python 3.8
9+
10+
### Bug Fixes
11+
12+
* drop python 3.8 ([1acd720](https://github.com/Mause/duckdb_engine/commit/1acd720ca91d1438405f848c80425d5cbc715762))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* release 0.16.0 ([7161129](https://github.com/Mause/duckdb_engine/commit/7161129f6559f353e8a25219af6f723f79832aa6))
18+
319
## [0.15.1](https://github.com/Mause/duckdb_engine/compare/v0.15.0...v0.15.1) (2025-03-29)
420

521

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.15.1"
42+
__version__ = "0.16.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
[project]
22
name = "duckdb_engine"
3-
version = "0.15.1"
3+
version = "0.16.0"
44
description = "SQLAlchemy driver for duckdb"
55
authors = [
66
{name = "Elliana May", email = "me@mause.me"},

0 commit comments

Comments
 (0)