Skip to content

Commit 3e63d7b

Browse files
author
Automatic release
committed
Release for v0.10.19
1 parent 775aa6a commit 3e63d7b

File tree

3 files changed

+27
-9
lines changed

3 files changed

+27
-9
lines changed

cluster_tools/Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.10.18...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.19...HEAD)
1111

1212
### Breaking Changes
1313

@@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section
1818
### Fixed
1919

2020

21+
## [0.10.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.19) - 2022-10-18
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.18...v0.10.19)
23+
24+
2125
## [0.10.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.18) - 2022-09-29
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.17...v0.10.18)
2327

webknossos/Changelog.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,19 @@ 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.10.18...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.19...HEAD)
14+
15+
### Breaking Changes
16+
17+
### Added
18+
19+
### Changed
20+
21+
### Fixed
22+
23+
24+
## [0.10.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.19) - 2022-10-18
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.18...v0.10.19)
1426

1527
### Breaking Changes
1628
- The `executor` argument can now be passed to the following methods,
@@ -33,10 +45,6 @@ For upgrade instructions, please check the respective *Breaking Changes* section
3345
- Added convenience methods `Dataset.compress` and `Dataset.downsample` for compressing and downsampling all layers and mags in a dataset. [#813](https://github.com/scalableminds/webknossos-libs/pull/813)
3446
- Added examples for downloading segment masks from webKnossos and cubing & uploading tiff stacks. [#813](https://github.com/scalableminds/webknossos-libs/pull/813)
3547

36-
### Changed
37-
38-
### Fixed
39-
4048

4149
## [0.10.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.18) - 2022-09-29
4250
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.17...v0.10.18)

wkcuber/Changelog.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,25 @@ 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.10.18...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.19...HEAD)
1111

1212
### Breaking Changes
1313

1414
### Added
1515

1616
### Changed
17-
- Some methods now take and `executor` argument instead of `args` or `executor_args`.
18-
This does not affect the CLI arguments. [#805](https://github.com/scalableminds/webknossos-libs/pull/805)
1917

2018
### Fixed
2119

2220

21+
## [0.10.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.19) - 2022-10-18
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.18...v0.10.19)
23+
24+
### Changed
25+
- Some methods now take and `executor` argument instead of `args` or `executor_args`.
26+
This does not affect the CLI arguments. [#805](https://github.com/scalableminds/webknossos-libs/pull/805)
27+
28+
2329
## [0.10.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.18) - 2022-09-29
2430
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.17...v0.10.18)
2531

0 commit comments

Comments
 (0)