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

Commit e6841f4

Browse files
actions-usergithub-actions
authored andcommitted
0.24.0
Automatically generated by python-semantic-release
1 parent 97ba0f4 commit e6841f4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.24.0 (2023-01-11)
6+
### Feature
7+
* **logs:** Add duration measures to worker logs. ([`b209a23`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/b209a231c26fb6d174feb36fccbab2daeca466b0))
8+
* **worker:** Adds job config. ([#225](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/225)) ([`f20209b`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/f20209bb784fb79c60f2a8e7294f2a55c77b60da))
9+
10+
### Fix
11+
* Remove NotImplementedError from Service base class. ([#222](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/222)) ([`b812f1c`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/b812f1c35abdffab8ca266778fd6c7141a9474e7))
12+
513
## v0.23.2 (2023-01-07)
614
### Fix
715
* **logging:** Reading empty body when extracting request data ([#207](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/207)) ([`5400e44`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/5400e443cc01877a9859d67f199fb1d988446944))

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.23.2"
35+
version = "0.24.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
@@ -62,4 +62,4 @@ def example_handler() -> dict:
6262
"worker",
6363
]
6464

65-
__version__ = "0.23.2"
65+
__version__ = "0.24.0"

0 commit comments

Comments
 (0)