Skip to content

Commit c3010c6

Browse files
author
Automatic release
committed
Release for v0.10.0
1 parent 3f18d56 commit c3010c6

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-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.9.24...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.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+
## [0.10.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.0) - 2022-05-09
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.24...v0.10.0)
23+
24+
2125
## [0.9.24](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.24) - 2022-05-03
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.23...v0.9.24)
2327

webknossos/Changelog.md

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

1527
### Breaking Changes
1628
- `Dataset.upload()` now returns a `RemoteDataset` instead instead of the URL string. You can get the URL via `remote_ds.url`. [#723](https://github.com/scalableminds/webknossos-libs/pull/723)
@@ -25,10 +37,6 @@ For upgrade instructions, please check the respective *Breaking Changes* section
2537
* read and change the following dataset metadata as properties: `display_name`, `description`, `tags`, `is_public`, `sharing_token`, `allowed_teams`.
2638
- `Team` instances also contain the `organization_id`. [#723](https://github.com/scalableminds/webknossos-libs/pull/723)
2739

28-
### Changed
29-
30-
### Fixed
31-
3240

3341
## [0.9.24](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.24) - 2022-05-03
3442
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.23...v0.9.24)

wkcuber/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.24...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.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+
## [0.10.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.0) - 2022-05-09
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.24...v0.10.0)
23+
24+
2125
## [0.9.24](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.24) - 2022-05-03
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.23...v0.9.24)
2327

0 commit comments

Comments
 (0)