diff --git a/CHANGELOG.md b/CHANGELOG.md index d796693..2ed5fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [v0.0.1] - 2024-06-04 + +Evaluate transitive Providers! ↩ī¸ + +## Added + +- Factory/Singleton now evaluate Provider arguments at runtime + +## Changed + +- Renamed `BlankProvider` -> `Blank` +- Moved providers into dedicated package + +## Fixed + +- Broken example in examples/simple_service + +### Closes + ## [v0.0.0] - 2024-06-03 Pre Release! 🚀 diff --git a/pyproject.toml b/pyproject.toml index dd74a97..3ab22ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-injection-framework" -version = "0.0.0" +version = "0.0.1" description = "Another Python Dependency injector framework." authors = ["Zac Scott "] license = "BSD-3"