Skip to content

Commit

Permalink
🔖 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [v1.5.0](v1.4.0...v1.5.0) (2023-09-19)

## ✨ New Features
- [`c0c8ae6`](c0c8ae6)  Pydantic 2.0 compatibility (#105) (Issues: [`#105`](https://github.com/vortico/flama/issues/))
- [`d3dbb98`](d3dbb98)  Improving types with pyright (#106 #108) (Issues: [`#106`](https://github.com/vortico/flama/issues/) [`#108`](https://github.com/vortico/flama/issues/))
- [`4c00cc6`](4c00cc6)  Flama client and Lifespan refactor (#107) (Issues: [`#107`](https://github.com/vortico/flama/issues/))
- [`331a759`](331a759)  Avoid data schema names collision in OpenAPI schema (#113) (Issues: [`#113`](https://github.com/vortico/flama/issues/))
- [`0af3b64`](0af3b64)  Discovering nested schemas (#114) (Issues: [`#114`](https://github.com/vortico/flama/issues/))
- [`573757f`](573757f)  Config tool for reading from files or env vars (#109) (Issues: [`#109`](https://github.com/vortico/flama/issues/))
  • Loading branch information
semantic-release-bot committed Sep 19, 2023
1 parent 573757f commit ea07e23
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Semantic Versioning Changelog

# [v1.5.0](https://github.com/vortico/flama/compare/v1.4.0...v1.5.0) (2023-09-19)

## ✨ New Features
- [`c0c8ae6`](https://github.com/vortico/flama/commit/c0c8ae6) Pydantic 2.0 compatibility (#105) (Issues: [`#105`](https://github.com/vortico/flama/issues/))
- [`d3dbb98`](https://github.com/vortico/flama/commit/d3dbb98) Improving types with pyright (#106 #108) (Issues: [`#106`](https://github.com/vortico/flama/issues/) [`#108`](https://github.com/vortico/flama/issues/))
- [`4c00cc6`](https://github.com/vortico/flama/commit/4c00cc6) Flama client and Lifespan refactor (#107) (Issues: [`#107`](https://github.com/vortico/flama/issues/))
- [`331a759`](https://github.com/vortico/flama/commit/331a759) Avoid data schema names collision in OpenAPI schema (#113) (Issues: [`#113`](https://github.com/vortico/flama/issues/))
- [`0af3b64`](https://github.com/vortico/flama/commit/0af3b64) Discovering nested schemas (#114) (Issues: [`#114`](https://github.com/vortico/flama/issues/))
- [`573757f`](https://github.com/vortico/flama/commit/573757f) Config tool for reading from files or env vars (#109) (Issues: [`#109`](https://github.com/vortico/flama/issues/))

# [v1.4.0](https://github.com/vortico/flama/compare/v1.3.0...v1.4.0) (2023-06-08)

## ✨ New Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "flama"
version = "1.4.0"
version = "1.5.0"
description = "Fire up your models with the flame 🔥"
authors = [
"José Antonio Perdiguero López <perdy@perdy.io>",
Expand Down

0 comments on commit ea07e23

Please sign in to comment.