diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index a9ff6f226..1652f79b4 100644 --- a/cluster_tools/Changelog.md +++ b/cluster_tools/Changelog.md @@ -7,7 +7,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.13.7...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.0...HEAD) + +### Breaking Changes + +### Added + +### Changed + +### Fixed + + +## [0.14.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.0) - 2023-10-11 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.7...v0.14.0) ### Breaking Changes - Dropped support for Python 3.7. [#943](https://github.com/scalableminds/webknossos-libs/pull/943) @@ -19,8 +31,6 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Changed - The exported `Executor` type is now implemented as a protocol. [#943](https://github.com/scalableminds/webknossos-libs/pull/943) -### Fixed - ## [0.13.7](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.7) - 2023-10-07 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.6...v0.13.7) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index 707762673..035750ad3 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.13.7...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.0...HEAD) ### Breaking Changes -- `wait_and_ensure_success` from `webknossos.utils` now requires an `executor` argument. [#943](https://github.com/scalableminds/webknossos-libs/pull/943) ### Added ### Changed -- Updates various dependencies. [#943](https://github.com/scalableminds/webknossos-libs/pull/943) ### Fixed +## [0.14.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.0) - 2023-10-11 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.7...v0.14.0) + +### Breaking Changes +- `wait_and_ensure_success` from `webknossos.utils` now requires an `executor` argument. [#943](https://github.com/scalableminds/webknossos-libs/pull/943) + +### Changed +- Updates various dependencies. [#943](https://github.com/scalableminds/webknossos-libs/pull/943) + + ## [0.13.7](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.7) - 2023-10-07 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.6...v0.13.7)