Skip to content

Commit

Permalink
Release for v0.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed Aug 22, 2022
1 parent 2a47000 commit a9657f1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 7 deletions.
6 changes: 5 additions & 1 deletion cluster_tools/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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.10.12...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.13...HEAD)

### Breaking Changes

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


## [0.10.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.13) - 2022-08-22
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.12...v0.10.13)


## [0.10.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.12) - 2022-08-15
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.11...v0.10.12)

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

### Breaking Changes
- 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)

### Added

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

### Fixed


## [0.10.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.13) - 2022-08-22
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.12...v0.10.13)

### Breaking Changes
- 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)

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


## [0.10.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.12) - 2022-08-15
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.11...v0.10.12)

Expand Down
14 changes: 11 additions & 3 deletions wkcuber/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,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.10.12...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.13...HEAD)

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

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

### Changed

### Fixed


## [0.10.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.13) - 2022-08-22
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.12...v0.10.13)

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

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


## [0.10.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.12) - 2022-08-15
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.11...v0.10.12)

Expand Down

0 comments on commit a9657f1

Please sign in to comment.