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

Commit d06c7be

Browse files
actions-usergithub-actions
authored andcommitted
0.25.0
Automatically generated by python-semantic-release
1 parent 76b5928 commit d06c7be

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.25.0 (2023-01-12)
6+
### Feature
7+
* **app:** Toggle service readiness checks via environment. ([`76b5928`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/76b5928e198b9ecad21a072fbd343b7586cf4bc9))
8+
* **worker:** Allow multiple queues per worker configuration ([`6d2734d`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/6d2734d21a92939a6c3a42101b27cadee5815a8b))
9+
10+
### Fix
11+
* **server:** Fix reloading config ([#231](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/231)) ([`ca5dc88`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/ca5dc885cece8eecc3a3b5fd0b0d9a63d66ff963))
12+
13+
### Breaking
14+
* fix reloading config ([#231](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/231)) ([`ca5dc88`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/ca5dc885cece8eecc3a3b5fd0b0d9a63d66ff963))
15+
516
## v0.24.0 (2023-01-11)
617
### Feature
718
* **logs:** Add duration measures to worker logs. ([`b209a23`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/b209a231c26fb6d174feb36fccbab2daeca466b0))

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.24.0"
35+
version = "0.25.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.24.0"
65+
__version__ = "0.25.0"

0 commit comments

Comments
 (0)