Skip to content

Commit c43ba5b

Browse files
author
Automatic release
committed
Release for v0.9.22
1 parent 1311b40 commit c43ba5b

File tree

3 files changed

+30
-8
lines changed

3 files changed

+30
-8
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.9.21...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.22...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.9.22](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.22) - 2022-05-02
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.21...v0.9.22)
23+
24+
2125
## [0.9.21](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.21) - 2022-04-20
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.20...v0.9.21)
2327

webknossos/Changelog.md

Lines changed: 14 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.9.21...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.22...HEAD)
14+
15+
### Breaking Changes
16+
17+
### Added
18+
19+
### Changed
20+
21+
### Fixed
22+
23+
24+
## [0.9.22](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.22) - 2022-05-02
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.21...v0.9.22)
1426

1527
### Breaking Changes
1628
- Renamed some entities to comply with the [webKnossos terminology](https://docs.webknossos.org/webknossos/terminology.html). [#704](https://github.com/scalableminds/webknossos-libs/pull/704):
@@ -22,13 +34,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section
2234
* `get_best_mag` is deprecated, please use `get_finest_mag` instead
2335
* In `layer.upscale`, `min_mag` is deprecated in favor of `finest_mag`
2436

25-
### Added
26-
27-
### Changed
28-
2937
### Fixed
3038
- Correctly maintain default_view_configuration property when downloading a dataset. [#677](https://github.com/scalableminds/webknossos-libs/pull/677)
3139

40+
3241
## [0.9.21](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.21) - 2022-04-20
3342
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.20...v0.9.21)
3443

wkcuber/Changelog.md

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

1212
### Breaking Changes
13-
- Deprecated `--scale` in favor of `--voxel_size`. [#704](https://github.com/scalableminds/webknossos-libs/pull/704)
1413

1514
### Added
1615

1716
### Changed
1817

18+
### Fixed
19+
20+
21+
## [0.9.22](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.22) - 2022-05-02
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.21...v0.9.22)
23+
24+
### Breaking Changes
25+
- Deprecated `--scale` in favor of `--voxel_size`. [#704](https://github.com/scalableminds/webknossos-libs/pull/704)
26+
1927
### Fixed
2028
- Fixed a bug where upper-case file extensions would lead to errors during channel count detection. [#709](https://github.com/scalableminds/webknossos-libs/pull/709)
2129

2230

31+
2332
## [0.9.21](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.21) - 2022-04-20
2433
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.20...v0.9.21)
2534

0 commit comments

Comments
 (0)