Skip to content

Commit a384b20

Browse files
committed
back to dev
1 parent 88e893d commit a384b20

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGES.md

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

3-
## 5.0.1 (2025-10-25)
3+
## 5.0.2 (unreleased)
4+
5+
- Nothing yet.
6+
7+
## 5.0.1 (2025-10-23)
48

59
- Fix #65: Check source directories exist before writing to requirements-mxdev.txt. In **offline mode**: missing sources log WARNING and are written as comments (expected behavior). In **non-offline mode**: missing sources log ERROR and mxdev exits with RuntimeError (fatal error indicating checkout failure). This fixes mxmake two-stage installation workflow and prevents silent failures when sources fail to check out.
610
[jensens]
@@ -19,7 +23,7 @@
1923
- 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.
2024
[jensens]
2125

22-
## 5.0.0 (2025-10-25)
26+
## 5.0.0 (2025-10-22)
2327

2428
- **Breaking**: support for Python 3.8 and 3.9. Minimum required version is now Python 3.10.
2529
[jensens]

0 commit comments

Comments
 (0)