Skip to content

Commit 06bd81d

Browse files
committed
release(uv): migrate to uv! 🌞 v0.1.0
1 parent 7466aa4 commit 06bd81d

File tree

2 files changed

+31
-7
lines changed

2 files changed

+31
-7
lines changed

CHANGELOG.md

+30-6
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,46 @@ 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.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

1034
Add 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

3054
Evaluate 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

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.0.2"
3+
version = "0.1.0"
44
description = "Another Python Dependency injector framework."
55
readme = "README.md"
66
requires-python = "<4.0,>=3.11"

0 commit comments

Comments
 (0)