Skip to content

Commit

Permalink
Merge pull request #470 from Mause/release-please--branches--master--…
Browse files Browse the repository at this point in the history
…components--duckdb_engine

chore(master): release 0.6.6
  • Loading branch information
Mause authored Dec 17, 2022
2 parents 515805d + 713aa25 commit f4f277c
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.6.5"
".": "0.6.6"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.6.6](https://github.com/Mause/duckdb_engine/compare/v0.6.5...v0.6.6) (2022-12-17)


### Bug Fixes

* add missing data types ([92cef1b](https://github.com/Mause/duckdb_engine/commit/92cef1bf8f7fb12786675c450f8d134f9ed9104b))
* add missing integer data types ([c7e9ccf](https://github.com/Mause/duckdb_engine/commit/c7e9ccf70a3f6baeca40909e18dfc628fa2401b1))
* disable server side cursors ([bae0a1c](https://github.com/Mause/duckdb_engine/commit/bae0a1c23879fac3d6bf910979a2923531128f83))

## [0.6.5](https://github.com/Mause/duckdb_engine/compare/v0.6.4...v0.6.5) (2022-11-22)


Expand Down
2 changes: 1 addition & 1 deletion duckdb_engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .config import apply_config, get_core_config
from .datatypes import register_extension_types

__version__ = "0.6.5"
__version__ = "0.6.6"

if TYPE_CHECKING:
from sqlalchemy.base import Connection
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.6.5"
version = "0.6.6"
description = "SQLAlchemy driver for duckdb"
authors = ["Elliana <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f4f277c

Please sign in to comment.