diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index 88de079b9..0a49ef424 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.9.11...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.12...HEAD) ### Breaking Changes @@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Fixed +## [0.9.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.12) - 2022-03-18 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.11...v0.9.12) + + ## [0.9.11](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.11) - 2022-03-16 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.10...v0.9.11) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index c85766235..3b39880c5 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -10,7 +10,19 @@ 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.9.11...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.12...HEAD) + +### Breaking Changes + +### Added + +### Changed + +### Fixed + + +## [0.9.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.12) - 2022-03-18 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.11...v0.9.12) ### Breaking Changes - The annotation class now exposes `BoundingBox` objects instead of tuples. [#646](https://github.com/scalableminds/webknossos-libs/pull/646) @@ -34,6 +46,7 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Fixed - Fixed crash during downsampling and compression of segmentation layers. [#657](https://github.com/scalableminds/webknossos-libs/pull/657) + ## [0.9.11](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.11) - 2022-03-16 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.10...v0.9.11) diff --git a/wkcuber/Changelog.md b/wkcuber/Changelog.md index d472de211..59fbbb128 100644 --- a/wkcuber/Changelog.md +++ b/wkcuber/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.9.11...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.12...HEAD) ### Breaking Changes ### Added -- Added logging to file in `./logs` directory. [#641](https://github.com/scalableminds/webknossos-libs/pull/641) ### Changed ### Fixed +## [0.9.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.12) - 2022-03-18 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.11...v0.9.12) + +### Added +- Added logging to file in `./logs` directory. [#641](https://github.com/scalableminds/webknossos-libs/pull/641) + + ## [0.9.11](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.11) - 2022-03-16 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.10...v0.9.11)