Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
0.29.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Jan 20, 2023
1 parent a172130 commit 2df9608
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

<!--next-version-placeholder-->

## v0.29.0 (2023-01-20)
### Feature
* Optional audit columns on base class ([#264](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/264)) ([`5f4e883`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/5f4e88342e3778b9bf4aa665fb9bef87fc251782))
* Optional dependencies ([#213](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/213)) ([`efe26d6`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/efe26d6228d708e7cd00031326637c536fe3f13f))

### Fix
* **sentry:** Configure sentry before app instantiation ([#258](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/258)) ([`45982b4`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/45982b49c649dd7c2c7b532d50dcc1d8a128422d))

### Breaking
* optional audit columns on base class ([#264](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/264)) ([`5f4e883`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/5f4e88342e3778b9bf4aa665fb9bef87fc251782))
* optional dependencies ([#213](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/213)) ([`efe26d6`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/efe26d6228d708e7cd00031326637c536fe3f13f))

## v0.28.1 (2023-01-17)
### Fix
* PluginConfig.type_encoders forward ref. ([`65000ee`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/65000ee7d848f9ef8c8bc87149d24ff3fde5302d))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ profile = "black"

[tool.poetry]
name = "starlite-saqlalchemy"
version = "0.28.1"
version = "0.29.0"
description = "Starlite config plugin with SAQ and SQLAlchemy boilerplate"
license = "MIT"
authors = ["Peter Schutt <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/starlite_saqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ def example_handler() -> dict:
]


__version__ = "0.28.1"
__version__ = "0.29.0"

0 comments on commit 2df9608

Please sign in to comment.