File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ 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
+ ## [ v1.0.0] - 2025-02-15
9
+
10
+ Move to scottzach1 vendor namespace! 📦️
11
+
12
+ ### Added
13
+
14
+ ### Changed
15
+
16
+ - Move to scottzach1 vendor namespace (see discussion at [ #2 ] ( https://github.com/scottzach1/Python-Injection-Framework/issues/2 ) )
17
+
18
+ ### Fixed
19
+
20
+ ### Removed
21
+
8
22
## [ v0.1.0] - 2025-02-15
9
23
10
24
Migrate to UV! 🌞
@@ -14,7 +28,7 @@ Migrate to UV! 🌞
14
28
- CI
15
29
- ` pip-audit ` job
16
30
17
- ### changed
31
+ ### Changed
18
32
19
33
- Migrate to UV
20
34
- Move to src/ layout
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " python-injection-framework"
3
- version = " 0.1 .0"
3
+ version = " 1.0 .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