Skip to content

Commit 037b6e2

Browse files
Release 2.6.1
1 parent 7600596 commit 037b6e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## 2.6.1 (not yet released)
3+
## 2.6.1 (2025-05-25)
44

55
### Added
66
- A `__version__` attribute relying on `importlib.metadata`.
7-
- A `uv.lock` lock-file.
7+
- A `uv.lock` lock-file for reproducible builds.
88

99
### Changed
1010
- Drop official support for Python 3.8.
@@ -13,6 +13,7 @@
1313
- Ensure code style consistency (see selected rules in `pyproject.toml`).
1414
- Extra dependencies are part of the `dev` dependency group (PEP 735).
1515
- Switch from `setuptools` to `hatchling` for building `portion`.
16+
- Switch from `coverage` to `pytest-cov` for test coverage.
1617

1718

1819

0 commit comments

Comments
 (0)