Skip to content

Commit 4355b16

Browse files
committed
Release 0.2.1
1 parent 64f2f03 commit 4355b16

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
## [0.2.1] - 2024-10-01
89
### Fixed
910
- Fixed compatibility with Python3.10 for optional type hints
1011

@@ -23,7 +24,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2324
### Changed
2425
- Initial version
2526

26-
[Unreleased]: https://github.com/woltapp/magic-di/compare/0.2.0...master
27+
[Unreleased]: https://github.com/woltapp/magic-di/compare/0.2.1...master
28+
[0.2.1]: https://github.com/woltapp/magic-di/compare/0.2.0...0.2.1
2729
[0.2.0]: https://github.com/woltapp/magic-di/compare/0.1.0...0.2.0
2830
[0.1.0]: https://github.com/woltapp/magic-di/tree/0.1.0
2931

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "magic-di"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Dependency Injector that makes your life easier with built-in support of FastAPI, Celery (but it can be integrated with everything)"
55
authors = [
66
"Nikita Zavadin <[email protected]>",

0 commit comments

Comments
 (0)