From 4355b162239afa11295b9dbe94860e67139ffad3 Mon Sep 17 00:00:00 2001 From: RB387 Date: Tue, 1 Oct 2024 15:09:50 +0000 Subject: [PATCH] Release 0.2.1 --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe219b1..2fcd512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.2.1] - 2024-10-01 ### Fixed - Fixed compatibility with Python3.10 for optional type hints @@ -23,7 +24,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed - Initial version -[Unreleased]: https://github.com/woltapp/magic-di/compare/0.2.0...master +[Unreleased]: https://github.com/woltapp/magic-di/compare/0.2.1...master +[0.2.1]: https://github.com/woltapp/magic-di/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/woltapp/magic-di/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/woltapp/magic-di/tree/0.1.0 diff --git a/pyproject.toml b/pyproject.toml index 428d5c2..c0db974 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "magic-di" -version = "0.2.0" +version = "0.2.1" description = "Dependency Injector that makes your life easier with built-in support of FastAPI, Celery (but it can be integrated with everything)" authors = [ "Nikita Zavadin ",