diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index 751f39bfa..21b4f0c8c 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.16.0...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.1...HEAD) ### Breaking Changes @@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Fixed +## [0.16.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.1) - 2024-12-05 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.0...v0.16.1) + + ## [0.16.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.0) - 2024-11-27 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.11...v0.16.0) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index 67220aa09..8702f34aa 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -10,10 +10,20 @@ 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.16.0...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.1...HEAD) ### Breaking Changes +### Added + +### Changed + +### Fixed + + +## [0.16.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.1) - 2024-12-05 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.0...v0.16.1) + ### Added - Added .nrrd and .nhdr to supported suffixes. [#1228](https://github.com/scalableminds/webknossos-libs/pull/1228) - Added more docstrings for many public classes and methods. [#1225](https://github.com/scalableminds/webknossos-libs/pull/1225) @@ -27,6 +37,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section - Fixed unpickling of the SSL_Context to allow for a second or third pickling. [#1223](https://github.com/scalableminds/webknossos-libs/pull/1223) + ## [0.16.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.0) - 2024-11-27 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.11...v0.16.0)