Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RB387 committed Sep 27, 2024
1 parent bb31fa4 commit a218c04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ 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.2.0] - 2024-09-27
### Added
- Added `magic_di.healthcheck.DependenciesHealthcheck` class to make health checks of injected dependencies that implement `magic_di.healthcheck.PingableProtocol` interface

### Fixed
- Inject dependencies inside of event loop in `magic_di.utils.inject_and_run` to prevent wrong event loop usage inside of the injected dependencies

### Changed
- Cruft update to get changes from the cookiecutter template
- Renamed LICENCE -> LICENSE, now it's automatically included in the wheel created by poetry
Expand All @@ -16,5 +20,7 @@ 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.1.0...master
[Unreleased]: https://github.com/woltapp/magic-di/compare/0.2.0...master
[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

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.1.0"
version = "0.2.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 <nikita.zavadin@wolt.com>",
Expand Down

0 comments on commit a218c04

Please sign in to comment.