From a12290f2d845dc9c6478677ac06615f261e13cd1 Mon Sep 17 00:00:00 2001 From: RB387 Date: Wed, 13 Nov 2024 09:15:03 +0000 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e27df7b..2ec7d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index c0db974..9cf2e37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",