diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index a80979750..adfd305ea 100644 --- a/cluster_tools/Changelog.md +++ b/cluster_tools/Changelog.md @@ -7,18 +7,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.5...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.6...HEAD) ### Breaking Changes ### Added ### Changed -- Replaced the Python package manager `poetry` with `uv`. [#1199](https://github.com/scalableminds/webknossos-libs/pull/1199) ### Fixed +## [0.15.6](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.6) - 2024-10-16 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.5...v0.15.6) + +### Changed +- Replaced the Python package manager `poetry` with `uv`. [#1199](https://github.com/scalableminds/webknossos-libs/pull/1199) + + ## [0.15.5](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.5) - 2024-09-26 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.4...v0.15.5) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index 07ff0680f..3a15eeaa0 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -10,19 +10,27 @@ 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.5...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.6...HEAD) ### Breaking Changes ### Added -- Added `add_mag_from_zarrarray` to `Layer` class, to add existing Zarr arrays as a mag of a layer. [#1151](https://github.com/scalableminds/webknossos-libs/pull/1151) ### Changed -- Replaced the Python package manager `poetry` with `uv`. [#1199](https://github.com/scalableminds/webknossos-libs/pull/1199) ### Fixed +## [0.15.6](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.6) - 2024-10-16 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.5...v0.15.6) + +### Added +- Added `add_mag_from_zarrarray` to `Layer` class, to add existing Zarr arrays as a mag of a layer. [#1151](https://github.com/scalableminds/webknossos-libs/pull/1151) + +### Changed +- Replaced the Python package manager `poetry` with `uv`. [#1199](https://github.com/scalableminds/webknossos-libs/pull/1199) + + ## [0.15.5](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.5) - 2024-09-26 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.4...v0.15.5)