Skip to content

Commit b1d16f5

Browse files
author
Automatic release
committed
Release for v2.0.1
1 parent 39e7522 commit b1d16f5

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-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.0.0...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.0.1...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.0.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.0.1) - 2025-03-11
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.0.0...v2.0.1)
23+
24+
2125
## [2.0.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.0.0) - 2025-03-04
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.10...v2.0.0)
2327

webknossos/Changelog.md

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

1515
### Breaking Changes
1616

1717
### Added
18-
- Added `get_remote_annotations()` to AnnotationInfo class to get a list of all remote Annotations of the current user. [#1262](https://github.com/scalableminds/webknossos-libs/pull/1262)
1918

2019
### Changed
2120

21+
### Fixed
22+
23+
24+
## [2.0.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.0.1) - 2025-03-11
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.0.0...v2.0.1)
26+
27+
### Added
28+
- Added `get_remote_annotations()` to AnnotationInfo class to get a list of all remote Annotations of the current user. [#1262](https://github.com/scalableminds/webknossos-libs/pull/1262)
29+
2230
### Fixed
2331
- Fixed an issue with `RemoteDataset.explore_and_add_remote()` where including a remote dataset failed. [#1261](https://github.com/scalableminds/webknossos-libs/pull/1261)
2432
- Fixed an issue with the Zarr array's shape when using `Dataset.from_images`. [#1267](https://github.com/scalableminds/webknossos-libs/pull/1267)
2533

2634

35+
2736
## [2.0.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.0.0) - 2025-03-04
2837
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.10...v2.0.0)
2938

0 commit comments

Comments
 (0)