From de27e8168fd63fcd004594c118f68c437f116e6d Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Fri, 25 Jul 2025 09:42:20 +0200 Subject: [PATCH] docs(changelog): add CI venv fix to v3.0.1 entry Document the cherry-picked CI fix that ensures proper Python venv usage in the release job for reliable package building. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c13b893..f22a6ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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