From acc5eba655c11e4724ad8d7412122ae1feaae93d Mon Sep 17 00:00:00 2001 From: Automatic release <> Date: Mon, 25 Nov 2024 07:46:24 +0000 Subject: [PATCH] Release for v0.15.9 --- cluster_tools/Changelog.md | 6 +++++- webknossos/Changelog.md | 10 ++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index 82d9492f..4717800a 100644 --- a/cluster_tools/Changelog.md +++ b/cluster_tools/Changelog.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN For upgrade instructions, please check the respective *Breaking Changes* sections. ## Unreleased -[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.8...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.9...HEAD) ### Breaking Changes @@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Fixed +## [0.15.9](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.9) - 2024-11-25 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.8...v0.15.9) + + ## [0.15.8](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.8) - 2024-11-15 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.7...v0.15.8) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index c215fb7b..8880702a 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -10,18 +10,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN For upgrade instructions, please check the respective _Breaking Changes_ sections. ## Unreleased -[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.8...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.9...HEAD) ### Breaking Changes ### Added ### Changed -Removed the CZI installation extra from `pip install webknossos[all]` by default. Users need to manually install it with `pip install --extra-index-url https://pypi.scm.io/simple/ webknossos[czi]`. [#1219](https://github.com/scalableminds/webknossos-libs/pull/1219) ### Fixed +## [0.15.9](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.9) - 2024-11-25 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.8...v0.15.9) + +### Changed +Removed the CZI installation extra from `pip install webknossos[all]` by default. Users need to manually install it with `pip install --extra-index-url https://pypi.scm.io/simple/ webknossos[czi]`. [#1219](https://github.com/scalableminds/webknossos-libs/pull/1219) + + ## [0.15.8](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.8) - 2024-11-15 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.7...v0.15.8)