diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index adfd305ea..51839d6ce 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.6...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.7...HEAD) ### Breaking Changes @@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Fixed +## [0.15.7](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.7) - 2024-10-25 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.6...v0.15.7) + + ## [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) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index 913ec4ba8..8ec99d53d 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -10,19 +10,28 @@ 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.6...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.7...HEAD) ### Breaking Changes ### Added -- Added `--coarsest-mag` argument to the `webknossos downsample` command. [#1203](https://github.com/scalableminds/webknossos-libs/pull/1203) ### Changed +### Fixed + + +## [0.15.7](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.7) - 2024-10-25 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.6...v0.15.7) + +### Added +- Added `--coarsest-mag` argument to the `webknossos downsample` command. [#1203](https://github.com/scalableminds/webknossos-libs/pull/1203) + ### Fixed - Fixed an issue with merging annotations with compressed fallback layers. + ## [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)