From 64ec0411ca561fe598d02485464c2fac089ada0e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 24 Nov 2024 21:41:23 +0000 Subject: [PATCH] :bookmark: 1.9.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v1.9.0](https://github.com/vortico/flama/compare/v1.8.1...v1.9.0) (2024-11-24) ## ✨ New Features - [`de06aec`](https://github.com/vortico/flama/commit/de06aec) Use typing.Annotated for schema types (#158) (Issues: [`#158`](https://github.com/vortico/flama/issues/)) - [`259a873`](https://github.com/vortico/flama/commit/259a873) Allow importing ddd without sqlalchemy installed (#161) (Issues: [`#161`](https://github.com/vortico/flama/issues/)) - [`0b62909`](https://github.com/vortico/flama/commit/0b62909) Compatibility lib for older python versions (#160) (Issues: [`#160`](https://github.com/vortico/flama/issues/)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 967045f4..d8bdc122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [v1.9.0](https://github.com/vortico/flama/compare/v1.8.1...v1.9.0) (2024-11-24) + +## ✨ New Features +- [`de06aec`](https://github.com/vortico/flama/commit/de06aec) Use typing.Annotated for schema types (#158) (Issues: [`#158`](https://github.com/vortico/flama/issues/)) +- [`259a873`](https://github.com/vortico/flama/commit/259a873) Allow importing ddd without sqlalchemy installed (#161) (Issues: [`#161`](https://github.com/vortico/flama/issues/)) +- [`0b62909`](https://github.com/vortico/flama/commit/0b62909) Compatibility lib for older python versions (#160) (Issues: [`#160`](https://github.com/vortico/flama/issues/)) + # [v1.8.1](https://github.com/vortico/flama/compare/v1.8.0...v1.8.1) (2024-11-06) ## 🐛 Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index d64e599d..3437e33d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.9,<3.14" [tool.poetry] name = "flama" -version = "1.8.1" +version = "1.9.0" description = "Fire up your models with the flame 🔥" authors = [ "José Antonio Perdiguero López ",