You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
- Placeholder for future updates and new features.
12
12
13
13
14
-
## [1.1.2] - 2025-03-14
14
+
## [1.2.0] - 2025-04-09
15
+
16
+
### Added
17
+
- Introduced support for a new package manager `uv` in `cookiecutter.json`, `hooks/post_gen_project.py`, and `README.md`.
18
+
- Added `Dockerfile__uv` for `uv` package manager support.
15
19
16
20
### Changed
17
-
- Updated project version from `1.1.1` to `1.1.2` in `pyproject.toml`.
21
+
- Updated project version from `1.1.1` to `1.2.0` in `pyproject.toml`.
18
22
- Updated `ruff` pre-commit hook from `v0.9.10` to `v0.11.0` in `.pre-commit-config.yaml`.
19
23
- Updated `ruff` dependency in `environment-dev.yml` from `>=0.9.7` to `>=0.11.0`.
20
24
- Updated `pytest` from `^8.3.4` to `^8.3.5` in `pyproject.toml`.
@@ -23,6 +27,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
27
- Updated `pytest` from `~8.3` to `~8.3.5` in `requirements-dev.txt`.
24
28
- Updated `wheel` from `~0.37` to `~0.45.1` in `requirements-dev.txt`.
25
29
30
+
### Documentation
31
+
- Added detailed instructions for using `uv` package manager in `README.md`, including installation, dependency management, running scripts, and testing.
32
+
- Updated the README with new commands for `uv`, `poetry`, and `pip` package managers for running tests, building distribution packages, and setting up pre-commit hooks.
33
+
34
+
### Fixed
35
+
- Corrected minor formatting issues in the `pyproject.toml` and `README.md`.
36
+
37
+
### Other
38
+
- Updated `.dockerignore` to include additional directories and files.
39
+
- Updated `docker-compose.yml` to support `uv` package manager.
40
+
- Updated `requirements-dev.txt` for `black`, `pytest`, and `wheel` versions.
0 commit comments