Skip to content

Commit 85cc8be

Browse files
committed
release(uv): move to scottzach1 vendor namespace! 📦️ v1.0.0
### Added ### Changed - Move to scottzach1 vendor namespace (see discussion at [#2](#2)) ### Fixed ### Removed
1 parent 8116960 commit 85cc8be

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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+
## [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+
822
## [v0.1.0] - 2025-02-15
923

1024
Migrate to UV! 🌞
@@ -14,7 +28,7 @@ Migrate to UV! 🌞
1428
- CI
1529
- `pip-audit` job
1630

17-
### changed
31+
### Changed
1832

1933
- Migrate to UV
2034
- Move to src/ layout

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-injection-framework"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "Another Python Dependency injector framework."
55
readme = "README.md"
66
requires-python = "<4.0,>=3.11"

0 commit comments

Comments
 (0)