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

Commit 2df9608

Browse files
actions-usergithub-actions
authored andcommitted
0.29.0
Automatically generated by python-semantic-release
1 parent a172130 commit 2df9608

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.29.0 (2023-01-20)
6+
### Feature
7+
* 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))
8+
* Optional dependencies ([#213](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/213)) ([`efe26d6`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/efe26d6228d708e7cd00031326637c536fe3f13f))
9+
10+
### Fix
11+
* **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))
12+
13+
### Breaking
14+
* 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))
15+
* optional dependencies ([#213](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/213)) ([`efe26d6`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/efe26d6228d708e7cd00031326637c536fe3f13f))
16+
517
## v0.28.1 (2023-01-17)
618
### Fix
719
* PluginConfig.type_encoders forward ref. ([`65000ee`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/65000ee7d848f9ef8c8bc87149d24ff3fde5302d))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ profile = "black"
3232

3333
[tool.poetry]
3434
name = "starlite-saqlalchemy"
35-
version = "0.28.1"
35+
version = "0.29.0"
3636
description = "Starlite config plugin with SAQ and SQLAlchemy boilerplate"
3737
license = "MIT"
3838
authors = ["Peter Schutt <[email protected]>"]

src/starlite_saqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ def example_handler() -> dict:
5353
]
5454

5555

56-
__version__ = "0.28.1"
56+
__version__ = "0.29.0"

0 commit comments

Comments
 (0)