File tree Expand file tree Collapse file tree 2 files changed +31
-7
lines changed
Expand file tree Collapse file tree 2 files changed +31
-7
lines changed Original file line number Diff line number Diff line change @@ -5,22 +5,46 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ v0.1.0] - 2025-02-15
9+
10+ Migrate to UV! π
11+
12+ ### Added
13+
14+ - CI
15+ - ` pip-audit ` job
16+
17+ ### changed
18+
19+ - Migrate to UV
20+ - Move to src/ layout
21+ - Replace poetry config with uv
22+ - Update pipelines
23+
24+ ### Fixed
25+
26+ ### Removed
27+
28+ - Poetry
29+ - ` [tool.poetry] ` from ` pyproject.toml `
30+ - ` poetry.lock ` file
31+
832## [ v0.0.2] - 2024-06-12
933
1034Add language support for 3.10! π
1135
12- ## Added
36+ ### Added
1337
1438- Language support for Python 3.10
1539 - Drop 3.12 generics syntax usage
1640 - Drop typing.Self usage
1741 - Add matrix testing for 3.10, 3.11, 3.12 versions
1842
19- ## Changed
43+ ### Changed
2044
2145- Publish badges only on tags pipeline
2246
23- ## Fixed
47+ ### Fixed
2448
2549- Circular imports bug for wiring.intercept
2650- Small documentation changes
@@ -29,16 +53,16 @@ Add language support for 3.10! π
2953
3054Evaluate transitive Providers! β©οΈ
3155
32- ## Added
56+ ### Added
3357
3458- Factory/Singleton now evaluate Provider arguments at runtime
3559
36- ## Changed
60+ ### Changed
3761
3862- Renamed ` BlankProvider ` -> ` Blank `
3963- Moved providers into dedicated package
4064
41- ## Fixed
65+ ### Fixed
4266
4367- Broken example in examples/simple_service
4468
Original file line number Diff line number Diff line change 11[project ]
22name = " python-injection-framework"
3- version = " 0.0.2 "
3+ version = " 0.1.0 "
44description = " Another Python Dependency injector framework."
55readme = " README.md"
66requires-python = " <4.0,>=3.11"
You canβt perform that action at this time.
0 commit comments