Skip to content

Commit

Permalink
Merge pull request #381 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.0
  • Loading branch information
Mause authored Aug 22, 2022
2 parents 0e71b68 + 8c88cc3 commit 3947ae4
Show file tree
Hide file tree
Showing 4 changed files with 16 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.5.0"
".": "0.6.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.6.0](https://github.com/Mause/duckdb_engine/compare/v0.5.0...v0.6.0) (2022-08-21)


### Features

* allow preloading of extensions ([13a92e1](https://github.com/Mause/duckdb_engine/commit/13a92e1fa7d6bdb5777b46c234cb00a150978e9c))


### Documentation

* document preload_extensions config parameter ([c0f2a99](https://github.com/Mause/duckdb_engine/commit/c0f2a993ee826fa91cab2add7321c52e437bb5a8))
* link to example of IPython-SQL usage ([96e8bdf](https://github.com/Mause/duckdb_engine/commit/96e8bdf3aa8e0d645534bd19188d086d234e606e))

## [0.5.0](https://github.com/Mause/duckdb_engine/compare/v0.4.0...v0.5.0) (2022-08-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 @@ -12,7 +12,7 @@
from . import datatypes
from .config import apply_config, get_core_config

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

0 comments on commit 3947ae4

Please sign in to comment.