File tree 2 files changed +31
-7
lines changed
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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
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
+
8
32
## [ v0.0.2] - 2024-06-12
9
33
10
34
Add language support for 3.10! 🐍
11
35
12
- ## Added
36
+ ### Added
13
37
14
38
- Language support for Python 3.10
15
39
- Drop 3.12 generics syntax usage
16
40
- Drop typing.Self usage
17
41
- Add matrix testing for 3.10, 3.11, 3.12 versions
18
42
19
- ## Changed
43
+ ### Changed
20
44
21
45
- Publish badges only on tags pipeline
22
46
23
- ## Fixed
47
+ ### Fixed
24
48
25
49
- Circular imports bug for wiring.intercept
26
50
- Small documentation changes
@@ -29,16 +53,16 @@ Add language support for 3.10! 🐍
29
53
30
54
Evaluate transitive Providers! ↩️
31
55
32
- ## Added
56
+ ### Added
33
57
34
58
- Factory/Singleton now evaluate Provider arguments at runtime
35
59
36
- ## Changed
60
+ ### Changed
37
61
38
62
- Renamed ` BlankProvider ` -> ` Blank `
39
63
- Moved providers into dedicated package
40
64
41
- ## Fixed
65
+ ### Fixed
42
66
43
67
- Broken example in examples/simple_service
44
68
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " python-injection-framework"
3
- version = " 0.0.2 "
3
+ version = " 0.1.0 "
4
4
description = " Another Python Dependency injector framework."
5
5
readme = " README.md"
6
6
requires-python = " <4.0,>=3.11"
You can’t perform that action at this time.
0 commit comments