From 9bf7295475f2ae9487ed33ddc31359a668f2975f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 14 Dec 2022 23:36:34 +0000 Subject: [PATCH] 0.18.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- src/starlite_saqlalchemy/__init__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48297060..234c5e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## 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)) diff --git a/pyproject.toml b/pyproject.toml index 4f5297b3..a2014583 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] diff --git a/src/starlite_saqlalchemy/__init__.py b/src/starlite_saqlalchemy/__init__.py index bd5c05eb..091089bc 100644 --- a/src/starlite_saqlalchemy/__init__.py +++ b/src/starlite_saqlalchemy/__init__.py @@ -62,4 +62,4 @@ def example_handler() -> dict: "worker", ] -__version__ = "0.17.0" +__version__ = "0.18.0"