Skip to content

Commit

Permalink
Merge pull request #858 from Mause/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.10.0
  • Loading branch information
Mause committed Dec 24, 2023
2 parents 5576fc8 + 6f0eff2 commit dbe349a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "0.9.5"
".": "0.10.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [0.10.0](https://github.com/Mause/duckdb_engine/compare/v0.9.5...v0.10.0) (2023-12-24)


### Features

* add new uhugeint type ([4e01db8](https://github.com/Mause/duckdb_engine/commit/4e01db8101121c6ee3909949ff4dcace91385e51))


### Bug Fixes

* remove packaging requirement ([5b9cafb](https://github.com/Mause/duckdb_engine/commit/5b9cafb289ad7bc391e3bac3f31fe276618deddf))

## [0.9.5](https://github.com/Mause/duckdb_engine/compare/v0.9.4...v0.9.5) (2023-12-21)


Expand Down
2 changes: 1 addition & 1 deletion duckdb_engine/__init__.py
Expand Up @@ -37,7 +37,7 @@
from .config import apply_config, get_core_config
from .datatypes import ISCHEMA_NAMES, register_extension_types

__version__ = "0.9.5"
__version__ = "0.10.0"
sqlalchemy_version = sqlalchemy.__version__
duckdb_version: str = duckdb.__version__ # type: ignore[attr-defined]
supports_attach: bool = duckdb_version >= "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "duckdb_engine"
version = "0.9.5"
version = "0.10.0"
description = "SQLAlchemy driver for duckdb"
authors = ["Elliana <me@mause.me>"]
license = "MIT"
Expand Down

0 comments on commit dbe349a

Please sign in to comment.