Skip to content

Commit 3dd3953

Browse files
authored
Merge pull request #586 from Mause/release-please--branches--master--components--duckdb_engine
chore(master): release 0.7.1
2 parents e8ea44f + 55d5e90 commit 3dd3953

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.7.0"
2+
".": "0.7.1"
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.7.1](https://github.com/Mause/duckdb_engine/compare/v0.7.0...v0.7.1) (2023-05-09)
4+
5+
6+
### Bug Fixes
7+
8+
* reuse base dialect colspecs ([faba775](https://github.com/Mause/duckdb_engine/commit/faba77590690cd026384a1e310373661554b903a)), closes [#632](https://github.com/Mause/duckdb_engine/issues/632)
9+
10+
11+
### Dependencies
12+
13+
* raise sqlalchemy lower bound to fix [#609](https://github.com/Mause/duckdb_engine/issues/609) ([16cc7d8](https://github.com/Mause/duckdb_engine/commit/16cc7d88f6982d572648c142a25a9e8681bb46f2))
14+
315
## [0.7.0](https://github.com/Mause/duckdb_engine/compare/v0.7.0-rc1...v0.7.0) (2023-03-16)
416

517

duckdb_engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from .config import apply_config, get_core_config
2727
from .datatypes import register_extension_types
2828

29-
__version__ = "0.7.0"
29+
__version__ = "0.7.1"
3030

3131
if TYPE_CHECKING:
3232
from sqlalchemy.base import Connection

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.7.0"
3+
version = "0.7.1"
44
description = "SQLAlchemy driver for duckdb"
55
authors = ["Elliana <me@mause.me>"]
66
license = "MIT"

0 commit comments

Comments
 (0)