diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index 0db5dbaf1..2118f5020 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.10.12...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.13...HEAD) ### Breaking Changes @@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Fixed +## [0.10.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.13) - 2022-08-22 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.12...v0.10.13) + + ## [0.10.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.12) - 2022-08-15 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.11...v0.10.12) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index 034a0cd90..cbd0b3ecc 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.10.12...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.13...HEAD) ### Breaking Changes -- Renamed `chunk_size` arguments to `chunk_shape`. `chunk_size` is still available as keyword-only argument, but deprecated. [#706](https://github.com/scalableminds/webknossos-libs/pull/706) ### Added ### Changed -- The largest_segment_id is optional now. [#786](https://github.com/scalableminds/webknossos-libs/pull/786) ### Fixed +## [0.10.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.13) - 2022-08-22 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.12...v0.10.13) + +### Breaking Changes +- Renamed `chunk_size` arguments to `chunk_shape`. `chunk_size` is still available as keyword-only argument, but deprecated. [#706](https://github.com/scalableminds/webknossos-libs/pull/706) + +### Changed +- The largest_segment_id is optional now. [#786](https://github.com/scalableminds/webknossos-libs/pull/786) + + ## [0.10.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.12) - 2022-08-15 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.11...v0.10.12) diff --git a/wkcuber/Changelog.md b/wkcuber/Changelog.md index a4a62e95f..65a3f06ae 100644 --- a/wkcuber/Changelog.md +++ b/wkcuber/Changelog.md @@ -7,19 +7,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.10.12...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.13...HEAD) ### Breaking Changes -- Deprecated `--chunk_size` in favor of `--chunk_shape`. [#706](https://github.com/scalableminds/webknossos-libs/pull/706) ### Added -- Added support for WebDAV storage for remote Zarr-based datasets. [#706](https://github.com/scalableminds/webknossos-libs/pull/706) ### Changed ### Fixed +## [0.10.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.13) - 2022-08-22 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.12...v0.10.13) + +### Breaking Changes +- Deprecated `--chunk_size` in favor of `--chunk_shape`. [#706](https://github.com/scalableminds/webknossos-libs/pull/706) + +### Added +- Added support for WebDAV storage for remote Zarr-based datasets. [#706](https://github.com/scalableminds/webknossos-libs/pull/706) + + ## [0.10.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.12) - 2022-08-15 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.11...v0.10.12)