Skip to content

Commit

Permalink
🔖 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [v1.9.0](v1.8.1...v1.9.0) (2024-11-24)

## ✨ New Features
- [`de06aec`](de06aec)  Use typing.Annotated for schema types (#158) (Issues: [`#158`](https://github.com/vortico/flama/issues/))
- [`259a873`](259a873)  Allow importing ddd without sqlalchemy installed (#161) (Issues: [`#161`](https://github.com/vortico/flama/issues/))
- [`0b62909`](0b62909)  Compatibility lib for older python versions (#160) (Issues: [`#160`](https://github.com/vortico/flama/issues/))
  • Loading branch information
semantic-release-bot committed Nov 24, 2024
1 parent 0b62909 commit 64ec041
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <perdy@perdy.io>",
Expand Down

0 comments on commit 64ec041

Please sign in to comment.