From fdf4f0ec46012c3b8763082c1540fd8cbc914064 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 30 Nov 2022 22:30:02 +0000 Subject: [PATCH] 0.14.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/starlite_saqlalchemy/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc04e3c2..d80636cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.14.1 (2022-11-30) +### Fix +* Fix for usage of mock repo. ([`dddf1e2`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/dddf1e2e52defbb7632368c8442417fa26076e74)) + +### Documentation +* **changelog:** Add missing entry ([`e88a510`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/e88a5103c7107707a864a99e7eeef25a8a68daa8)) + ## v0.14.0 (2022-11-28) ### Breaking * Overhaul of DTO pattern ([`e503447`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/e5034479b028ef791a4947b5df5a14cf248e935c)) diff --git a/pyproject.toml b/pyproject.toml index ed227043..7c45cb7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ profile = "black" [tool.poetry] name = "starlite-saqlalchemy" -version = "0.14.0" +version = "0.14.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 e34c282a..a2238fac 100644 --- a/src/starlite_saqlalchemy/__init__.py +++ b/src/starlite_saqlalchemy/__init__.py @@ -62,4 +62,4 @@ def example_handler() -> dict: "worker", ] -__version__ = "0.14.0" +__version__ = "0.14.1"