From ead5b4a68e208d597d0578dd4b704dc09ccc3210 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 28 Jul 2026 13:28:50 +0800 Subject: [PATCH] Prepare 0.4.0 release Promote the [Unreleased] changelog section to [0.4.0] - 2026-07-28 and add the comparison link for the new version. Co-Authored-By: Claude Opus 5 (1M context) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd6373d..bcfbe56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to MultiClean are documented here. ## [Unreleased] +## [0.4.0] - 2026-07-28 + ### Changed - Switched the OpenCV runtime dependency from `opencv-python` to `opencv-python-headless`. MultiClean only uses `morphologyEx`, @@ -86,7 +88,8 @@ All notable changes to MultiClean are documented here. - Documentation: README, two example notebooks (land use, cloud shadow), and a Google Colab tutorial notebook. -[Unreleased]: https://github.com/DPIRD-DMA/MultiClean/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/DPIRD-DMA/MultiClean/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/DPIRD-DMA/MultiClean/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/DPIRD-DMA/MultiClean/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/DPIRD-DMA/MultiClean/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/DPIRD-DMA/MultiClean/compare/v0.1.0...v0.2.0