Skip to content

Commit 145e1c3

Browse files
author
Automatic release
committed
Release for v2.2.0
1 parent 148fcc9 commit 145e1c3

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
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/v2.1.0...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.2.0...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+
## [2.2.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.2.0) - 2025-04-17
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.1.0...v2.2.0)
23+
24+
2125
## [2.1.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.1.0) - 2025-04-01
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.0.7...v2.1.0)
2327

webknossos/Changelog.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,31 @@ 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/v2.1.0...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.2.0...HEAD)
1414

1515
### Breaking Changes
16-
- If `buffer_shape` is passed to `Layer.upsample()` it must be a multiple of the `shard_shape`. [#1287](https://github.com/scalableminds/webknossos-libs/pull/1287)
1716

1817
### Added
1918

19+
### Changed
20+
21+
### Fixed
22+
23+
24+
## [2.2.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.2.0) - 2025-04-17
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.1.0...v2.2.0)
26+
27+
### Breaking Changes
28+
- If `buffer_shape` is passed to `Layer.upsample()` it must be a multiple of the `shard_shape`. [#1287](https://github.com/scalableminds/webknossos-libs/pull/1287)
29+
2030
### Changed
2131
- Using `x-auth-header` to send tokens to datastore. [#1270](https://github.com/scalableminds/webknossos-libs/pull/1270)
2232

2333
### Fixed
2434
- Fixed an issue with upsampling views. [#1287](https://github.com/scalableminds/webknossos-libs/pull/1287)
2535

2636

37+
2738
## [2.1.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.1.0) - 2025-04-01
2839
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.0.7...v2.1.0)
2940

0 commit comments

Comments
 (0)