Skip to content

Commit a12290f

Browse files
committed
Release 0.3.0
1 parent 756d4a0 commit a12290f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
## [Unreleased]
7+
8+
## [0.3.0] - 2024-11-13
79
### Fixed
810
- Compatibility with PyCharm for FastAPI `Provide` type hints
911

@@ -29,7 +31,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2931
### Changed
3032
- Initial version
3133

32-
[Unreleased]: https://github.com/woltapp/magic-di/compare/0.2.1...master
34+
[Unreleased]: https://github.com/woltapp/magic-di/compare/0.3.0...master
35+
[0.3.0]: https://github.com/woltapp/magic-di/compare/0.2.1...0.3.0
3336
[0.2.1]: https://github.com/woltapp/magic-di/compare/0.2.0...0.2.1
3437
[0.2.0]: https://github.com/woltapp/magic-di/compare/0.1.0...0.2.0
3538
[0.1.0]: https://github.com/woltapp/magic-di/tree/0.1.0

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.1"
3+
version = "0.3.0"
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)