From e9ff60924b614c440daa80904191cb52f5eefa2f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 6 Jul 2024 14:45:35 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/pycasbin/sqlalchemy-adapter/compare/v1.2.0...v1.3.0) (2024-07-06) ### Features * Add the option to suppress MetaData.create_all call ([e99744f](https://github.com/pycasbin/sqlalchemy-adapter/commit/e99744f39dbe344de41e5a87b5057ea1c65207e4)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 734ae8b..52833e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.3.0](https://github.com/pycasbin/sqlalchemy-adapter/compare/v1.2.0...v1.3.0) (2024-07-06) + + +### Features + +* Add the option to suppress MetaData.create_all call ([e99744f](https://github.com/pycasbin/sqlalchemy-adapter/commit/e99744f39dbe344de41e5a87b5057ea1c65207e4)) + # [1.2.0](https://github.com/pycasbin/sqlalchemy-adapter/compare/v1.1.0...v1.2.0) (2024-05-30) diff --git a/setup.cfg b/setup.cfg index fbe8bed..86b5d98 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,3 @@ [metadata] -version = 1.2.0 +version = 1.3.0