docs(changelog): add CI venv fix to v3.0.1 entry
All checks were successful
Test pipeline / test (push) Successful in 15s

Document the cherry-picked CI fix that ensures proper Python venv
usage in the release job for reliable package building.
This commit is contained in:
Alexander Minges 2025-07-25 09:42:20 +02:00
parent a8f6e9e7a4
commit de27e8168f
Signed by: Athemis
SSH key fingerprint: SHA256:TUXshgulbwL+FRYvBNo54pCsI0auROsSEgSvueKbkZ4

View file

@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix pyright type checking errors across processing and validation modules
- Fix CI sphinx-multiversion tag detection issue
- Fix is_doi return type validation
- Fix CI release job to use Python venv for proper package building
- Restore missing demo image from v3.0.0 release
## [v3.0.0] - 2025-07-22