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

Commit

Permalink
0.18.0
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 Dec 14, 2022
1 parent 818539d commit 9bf7295
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v0.18.0 (2022-12-14)
### Feature
* "local" environment ([`2a439e7`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/2a439e7b723276831deb66ea068537cddeb43619))

### Fix
* Msgspec json log rendering ([`818539d`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/818539d19cd60b54fe136ee7efd4f8f462cc7ff5))

### Breaking
* "local" environment ([`2a439e7`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/2a439e7b723276831deb66ea068537cddeb43619))

## v0.17.0 (2022-12-13)
### Feature
* Follow starlite into msgspec. ([#165](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/165)) ([`2104626`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/2104626ff9016ba97675c0489d62f5106f1a9757))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ profile = "black"

[tool.poetry]
name = "starlite-saqlalchemy"
version = "0.17.0"
version = "0.18.0"
description = "Starlite config plugin with SAQ and SQLAlchemy boilerplate"
license = "MIT"
authors = ["Peter Schutt <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/starlite_saqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ def example_handler() -> dict:
"worker",
]

__version__ = "0.17.0"
__version__ = "0.18.0"

0 comments on commit 9bf7295

Please sign in to comment.