Skip to content

Commit 47a87ff

Browse files
committedJun 4, 2024··
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
1 parent d67eea0 commit 47a87ff

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
 

Diff for: ‎CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [v0.0.1] - 2024-06-04
9+
10+
Evaluate transitive Providers! ↩️
11+
12+
## Added
13+
14+
- Factory/Singleton now evaluate Provider arguments at runtime
15+
16+
## Changed
17+
18+
- Renamed `BlankProvider` -> `Blank`
19+
- Moved providers into dedicated package
20+
21+
## Fixed
22+
23+
- Broken example in examples/simple_service
24+
25+
### Closes
26+
827
## [v0.0.0] - 2024-06-03
928

1029
Pre Release! 🚀

Diff for: ‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-injection-framework"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
description = "Another Python Dependency injector framework."
55
authors = ["Zac Scott <zac.scott11@gmail.com>"]
66
license = "BSD-3"

0 commit comments

Comments
 (0)
Please sign in to comment.