Skip to content

Commit a9657f1

Browse files
author
Automatic release
committed
Release for v0.10.13
1 parent 2a47000 commit a9657f1

File tree

3 files changed

+27
-7
lines changed

3 files changed

+27
-7
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.12...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.13...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.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.13) - 2022-08-22
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.12...v0.10.13)
23+
24+
2125
## [0.10.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.12) - 2022-08-15
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.11...v0.10.12)
2327

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.10.12...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.13...HEAD)
1414

1515
### Breaking Changes
16-
- Renamed `chunk_size` arguments to `chunk_shape`. `chunk_size` is still available as keyword-only argument, but deprecated. [#706](https://github.com/scalableminds/webknossos-libs/pull/706)
1716

1817
### Added
1918

2019
### Changed
21-
- The largest_segment_id is optional now. [#786](https://github.com/scalableminds/webknossos-libs/pull/786)
2220

2321
### Fixed
2422

2523

24+
## [0.10.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.13) - 2022-08-22
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.12...v0.10.13)
26+
27+
### Breaking Changes
28+
- Renamed `chunk_size` arguments to `chunk_shape`. `chunk_size` is still available as keyword-only argument, but deprecated. [#706](https://github.com/scalableminds/webknossos-libs/pull/706)
29+
30+
### Changed
31+
- The largest_segment_id is optional now. [#786](https://github.com/scalableminds/webknossos-libs/pull/786)
32+
33+
2634
## [0.10.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.12) - 2022-08-15
2735
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.11...v0.10.12)
2836

wkcuber/Changelog.md

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

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

1514
### Added
16-
- Added support for WebDAV storage for remote Zarr-based datasets. [#706](https://github.com/scalableminds/webknossos-libs/pull/706)
1715

1816
### Changed
1917

2018
### Fixed
2119

2220

21+
## [0.10.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.13) - 2022-08-22
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.12...v0.10.13)
23+
24+
### Breaking Changes
25+
- Deprecated `--chunk_size` in favor of `--chunk_shape`. [#706](https://github.com/scalableminds/webknossos-libs/pull/706)
26+
27+
### Added
28+
- Added support for WebDAV storage for remote Zarr-based datasets. [#706](https://github.com/scalableminds/webknossos-libs/pull/706)
29+
30+
2331
## [0.10.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.12) - 2022-08-15
2432
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.11...v0.10.12)
2533

0 commit comments

Comments
 (0)