Skip to content

Commit 7605599

Browse files
committed
fix changelog for next
1 parent 6653ec8 commit 7605599

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
## Changes
22

3-
## 5.0.0 (unreleased)
3+
## 5.0.1 (unreleased)
44

5-
- Fix: `process_line()` now correctly comments out packages in `override_keys` and `ignore_keys` for both requirements and constraints files. Previously, these settings only applied to constraints files (variety="c"). Now they work for requirements files (variety="r") as well, with the message "-> mxdev disabled (version override)" for override_keys in requirements.
5+
- Fix: `process_line()` now correctly comments out packages in `override_keys` and `ignore_keys` for both requirements and constraints files. Previously, these settings only applied to constraints files (variety="c"). Now they work for requi## 5.0.0 (2025-10-25)rements files (variety="r") as well, with the message "-> mxdev disabled (version override)" for override_keys in requirements.
66
[jensens]
7+
8+
## 5.0.0 (2025-10-25)
9+
710
- **Breaking**: support for Python 3.8 and 3.9. Minimum required version is now Python 3.10.
811
[jensens]
912
- **Breaking**: Modernize type hints to use Python 3.10+ syntax (PEP 604: `X | Y` instead of `Union[X, Y]`)

0 commit comments

Comments
 (0)