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

Commit 7120464

Browse files
actions-usergithub-actions
authored andcommitted
0.28.1
Automatically generated by python-semantic-release
1 parent 65000ee commit 7120464

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.28.1 (2023-01-17)
6+
### Fix
7+
* PluginConfig.type_encoders forward ref. ([`65000ee`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/65000ee7d848f9ef8c8bc87149d24ff3fde5302d))
8+
59
## v0.28.0 (2023-01-16)
610
### Feature
711
* Run-app entrypoint ([`8ddd2f2`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/8ddd2f2a2a89acde5c434533f85c961ce01f03f1))

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.0"
35+
version = "0.28.1"
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
@@ -66,4 +66,4 @@ def example_handler() -> dict:
6666
"worker",
6767
]
6868

69-
__version__ = "0.28.0"
69+
__version__ = "0.28.1"

0 commit comments

Comments
 (0)