Skip to content

Commit a218c04

Browse files
committed
Release 0.2.0
1 parent bb31fa4 commit a218c04

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ 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.2.0] - 2024-09-27
79
### Added
810
- Added `magic_di.healthcheck.DependenciesHealthcheck` class to make health checks of injected dependencies that implement `magic_di.healthcheck.PingableProtocol` interface
11+
912
### Fixed
1013
- Inject dependencies inside of event loop in `magic_di.utils.inject_and_run` to prevent wrong event loop usage inside of the injected dependencies
14+
1115
### Changed
1216
- Cruft update to get changes from the cookiecutter template
1317
- Renamed LICENCE -> LICENSE, now it's automatically included in the wheel created by poetry
@@ -16,5 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1620
### Changed
1721
- Initial version
1822

19-
[Unreleased]: https://github.com/woltapp/magic-di/compare/0.1.0...master
23+
[Unreleased]: https://github.com/woltapp/magic-di/compare/0.2.0...master
24+
[0.2.0]: https://github.com/woltapp/magic-di/compare/0.1.0...0.2.0
2025
[0.1.0]: https://github.com/woltapp/magic-di/tree/0.1.0
26+

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.1.0"
3+
version = "0.2.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)