Skip to content

Commit

Permalink
Merge pull request #1130 from Mause/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.13.3
  • Loading branch information
Mause authored Oct 21, 2024
2 parents bc79a18 + 416d5a3 commit ab02e88
Show file tree
Hide file tree
Showing 4 changed files with 12 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.2"
".": "0.13.3"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.13.3](https://github.com/Mause/duckdb_engine/compare/v0.13.2...v0.13.3) (2024-10-21)


### Bug Fixes

* add varint type ([220c18f](https://github.com/Mause/duckdb_engine/commit/220c18f310d113bbfffa9c82379eca6c7cf7f95b))
* restrict varint to supported versions ([ccdbc06](https://github.com/Mause/duckdb_engine/commit/ccdbc06c7fd07eba02e91cecdefe54b4ea6ea44b))
* update Map type for 1.0+ ([7574837](https://github.com/Mause/duckdb_engine/commit/757483786a1eba7a606de90c665dcd86dd00dcec))

## [0.13.2](https://github.com/Mause/duckdb_engine/compare/v0.13.1...v0.13.2) (2024-09-04)


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

0 comments on commit ab02e88

Please sign in to comment.