From b5484ffff1be6dfe4f57c871078e8d6e907b11f0 Mon Sep 17 00:00:00 2001 From: Automatic release <> Date: Tue, 19 Dec 2023 15:13:27 +0000 Subject: [PATCH] Release for v0.14.12 --- cluster_tools/Changelog.md | 6 +++++- webknossos/Changelog.md | 9 ++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index fd7879b58..d0de511aa 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.14.11...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.12...HEAD) ### Breaking Changes @@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Fixed +## [0.14.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.12) - 2023-12-19 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.11...v0.14.12) + + ## [0.14.11](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.11) - 2023-12-06 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.10...v0.14.11) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index a0d4d8a7a..a50b4e524 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -10,7 +10,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.14.11...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.12...HEAD) ### Breaking Changes @@ -18,9 +18,16 @@ For upgrade instructions, please check the respective _Breaking Changes_ section ### Changed +### Fixed + + +## [0.14.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.12) - 2023-12-19 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.11...v0.14.12) + ### Fixed - Fixes that the buffered slice writer could overwrite data when writing less slices than buffer_size at an offset that is not aligned. [#973](https://github.com/scalableminds/webknossos-libs/pull/973) + ## [0.14.11](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.11) - 2023-12-06 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.10...v0.14.11)