Skip to content

Commit

Permalink
Release for v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed Oct 11, 2023
1 parent 14efb6f commit 2e989d6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
16 changes: 13 additions & 3 deletions cluster_tools/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
14 changes: 11 additions & 3 deletions webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2e989d6

Please sign in to comment.