Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RB387 committed Oct 1, 2024
1 parent 64f2f03 commit 4355b16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <nikita.zavadin@wolt.com>",
Expand Down

0 comments on commit 4355b16

Please sign in to comment.