From 78e065263c67e16218fa27463804eb123b9e2a90 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 17 Dec 2022 03:10:31 +0000 Subject: [PATCH] 0.20.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/starlite_saqlalchemy/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f81760ca..0d05d9d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.20.1 (2022-12-17) +### Fix +* Ensures PluginConfig doesn't carry forward refs downstream. ([#176](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/176)) ([`b37c262`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/b37c26204bc18eeaff67d626d5089738fae1abf7)) + ## v0.20.0 (2022-12-17) ### Feature * Enable toggling of db/cache checks in run-app script. ([#173](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/173)) ([`16b6380`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/16b63803799670bca8ef4f89a945b6c9a1bbe3b5)) diff --git a/pyproject.toml b/pyproject.toml index 5d66d5e6..b72c49c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ profile = "black" [tool.poetry] name = "starlite-saqlalchemy" -version = "0.20.0" +version = "0.20.1" 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 9ae7c044..7d13f6b1 100644 --- a/src/starlite_saqlalchemy/__init__.py +++ b/src/starlite_saqlalchemy/__init__.py @@ -62,4 +62,4 @@ def example_handler() -> dict: "worker", ] -__version__ = "0.20.0" +__version__ = "0.20.1"