Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RB387 committed Nov 13, 2024
1 parent 756d4a0 commit a12290f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
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).

## [Unreleased]

## [0.3.0] - 2024-11-13
### Fixed
- Compatibility with PyCharm for FastAPI `Provide` type hints

Expand All @@ -29,7 +31,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.1...master
[Unreleased]: https://github.com/woltapp/magic-di/compare/0.3.0...master
[0.3.0]: https://github.com/woltapp/magic-di/compare/0.2.1...0.3.0
[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
Expand Down
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.1"
version = "0.3.0"
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 <[email protected]>",
Expand Down

0 comments on commit a12290f

Please sign in to comment.