diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index 03e6e4e86..68d75d7e0 100644 --- a/cluster_tools/Changelog.md +++ b/cluster_tools/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.14.15...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.16...HEAD) ### Breaking Changes ### Added ### Changed -- Replaced black+isort formatters and pylint linter with ruff. [#1023](https://github.com/scalableminds/webknossos-libs/pull/1023) ### Fixed +## [0.14.16](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.16) - 2024-04-04 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.15...v0.14.16) + +### Changed +- Replaced black+isort formatters and pylint linter with ruff. [#1023](https://github.com/scalableminds/webknossos-libs/pull/1023) + + ## [0.14.15](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.15) - 2024-02-07 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.14...v0.14.15) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index 4b4e59a49..8c071ca0c 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.14.15...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.16...HEAD) ### Breaking Changes +### Added + +### Changed + +### Fixed + + +## [0.14.16](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.16) - 2024-04-04 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.15...v0.14.16) + ### Added - Add CLI tool for offline merging of zip annotations with fallback datasets. [#996](https://github.com/scalableminds/webknossos-libs/pull/996) - Added support for converting new file formats such as DICOM, using the bioformats reader. [#1014](https://github.com/scalableminds/webknossos-libs/pull/1014) @@ -24,8 +34,6 @@ For upgrade instructions, please check the respective _Breaking Changes_ section - The remote operations now use the WEBKNOSSOS API version 6. [#1018](https://github.com/scalableminds/webknossos-libs/pull/1018) - The conversion of 4D Tiff files to a Zarr3 Dataset is possible. NDBoundingBoxes and VecInt classes are introduced to support working with more than 3 dimensions. [#966](https://github.com/scalableminds/webknossos-libs/pull/966) -### Fixed - ## [0.14.15](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.15) - 2024-02-07 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.14...v0.14.15)