We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7600596 commit 037b6e2Copy full SHA for 037b6e2
CHANGELOG.md
@@ -1,10 +1,10 @@
1
# Changelog
2
3
-## 2.6.1 (not yet released)
+## 2.6.1 (2025-05-25)
4
5
### Added
6
- A `__version__` attribute relying on `importlib.metadata`.
7
- - A `uv.lock` lock-file.
+ - A `uv.lock` lock-file for reproducible builds.
8
9
### Changed
10
- Drop official support for Python 3.8.
@@ -13,6 +13,7 @@
13
- Ensure code style consistency (see selected rules in `pyproject.toml`).
14
- Extra dependencies are part of the `dev` dependency group (PEP 735).
15
- Switch from `setuptools` to `hatchling` for building `portion`.
16
+ - Switch from `coverage` to `pytest-cov` for test coverage.
17
18
19
0 commit comments