Skip to content

Commit

Permalink
chore(master): release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Jun 20, 2023
1 parent 88f621c commit fb6d759
Show file tree
Hide file tree
Showing 4 changed files with 19 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.7.3"
".": "0.8.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.8.0](https://github.com/Mause/duckdb_engine/compare/v0.7.3...v0.8.0) (2023-06-20)


### Features

* implement nested type internals ([5c16863](https://github.com/Mause/duckdb_engine/commit/5c16863fce86a11f5bef64449f453dd8b0ef8167))


### Bug Fixes

* allow for segfaults too ([d4a56fc](https://github.com/Mause/duckdb_engine/commit/d4a56fcec608f405478ae149d378a99c693a2df7))
* **deps:** update dependency numpy to v1.25.0 ([99dab3f](https://github.com/Mause/duckdb_engine/commit/99dab3f71bfcbede7939c63a7e6c69c3b2ea17b5))
* merge connect_args and url config ([3b6ef2d](https://github.com/Mause/duckdb_engine/commit/3b6ef2d59080a9547ba08eb855489864cf66bd28))
* motherduck_token ([b944405](https://github.com/Mause/duckdb_engine/commit/b9444054260eb10c7d473dc55cb7cd7e8a0e84b6))
* restore db override ([0a431a8](https://github.com/Mause/duckdb_engine/commit/0a431a8cfe1c92fadc6f130ba68b4a2dbe9d4a13))

## [0.7.3](https://github.com/Mause/duckdb_engine/compare/v0.7.2...v0.7.3) (2023-05-19)


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

__version__ = "0.7.3"
__version__ = "0.8.0"

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

0 comments on commit fb6d759

Please sign in to comment.