Skip to content

Commit 2e989d6

Browse files
author
Automatic release
committed
Release for v0.14.0
1 parent 14efb6f commit 2e989d6

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

cluster_tools/Changelog.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN
77
For upgrade instructions, please check the respective *Breaking Changes* sections.
88

99
## Unreleased
10-
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.7...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.0...HEAD)
11+
12+
### Breaking Changes
13+
14+
### Added
15+
16+
### Changed
17+
18+
### Fixed
19+
20+
21+
## [0.14.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.0) - 2023-10-11
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.7...v0.14.0)
1123

1224
### Breaking Changes
1325
- 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
1931
### Changed
2032
- The exported `Executor` type is now implemented as a protocol. [#943](https://github.com/scalableminds/webknossos-libs/pull/943)
2133

22-
### Fixed
23-
2434

2535
## [0.13.7](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.7) - 2023-10-07
2636
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.6...v0.13.7)

webknossos/Changelog.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN
1010
For upgrade instructions, please check the respective _Breaking Changes_ sections.
1111

1212
## Unreleased
13-
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.7...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.0...HEAD)
1414

1515
### Breaking Changes
16-
- `wait_and_ensure_success` from `webknossos.utils` now requires an `executor` argument. [#943](https://github.com/scalableminds/webknossos-libs/pull/943)
1716

1817
### Added
1918

2019
### Changed
21-
- Updates various dependencies. [#943](https://github.com/scalableminds/webknossos-libs/pull/943)
2220

2321
### Fixed
2422

2523

24+
## [0.14.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.0) - 2023-10-11
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.7...v0.14.0)
26+
27+
### Breaking Changes
28+
- `wait_and_ensure_success` from `webknossos.utils` now requires an `executor` argument. [#943](https://github.com/scalableminds/webknossos-libs/pull/943)
29+
30+
### Changed
31+
- Updates various dependencies. [#943](https://github.com/scalableminds/webknossos-libs/pull/943)
32+
33+
2634
## [0.13.7](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.7) - 2023-10-07
2735
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.6...v0.13.7)
2836

0 commit comments

Comments
 (0)