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

Commit

Permalink
0.26.1
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 13, 2023
1 parent d497e68 commit a287dc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

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

## v0.26.1 (2023-01-13)
### Fix
* **logging:** Don't log exc info for client errors. ([`d497e68`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/d497e68c0ee0da5258d70c069e0ba041a42722b0))

## v0.26.0 (2023-01-13)
### Feature
* **health:** Custom health checks ([#237](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/237)) ([`bfe64f4`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/bfe64f4cafbaf6b96adfb03749922393de0f38f4))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -32,7 +32,7 @@ profile = "black"

[tool.poetry]
name = "starlite-saqlalchemy"
version = "0.26.0"
version = "0.26.1"
description = "Starlite config plugin with SAQ and SQLAlchemy boilerplate"
license = "MIT"
authors = ["Peter Schutt <peter.github@proton.me>"]
Expand Down
2 changes: 1 addition & 1 deletion src/starlite_saqlalchemy/__init__.py
Expand Up @@ -62,4 +62,4 @@ def example_handler() -> dict:
"worker",
]

__version__ = "0.26.0"
__version__ = "0.26.1"

0 comments on commit a287dc8

Please sign in to comment.