Skip to content

Commit

Permalink
Release for v0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed Sep 26, 2024
1 parent d79488c commit 7e554c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 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.15.4...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.5...HEAD)

### Breaking Changes

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


## [0.15.5](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.5) - 2024-09-26
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.4...v0.15.5)


## [0.15.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.4) - 2024-09-23
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.3...v0.15.4)

Expand Down
10 changes: 8 additions & 2 deletions webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,24 @@ 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.15.4...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.5...HEAD)

### Breaking Changes

### Added
- Webknossos API functions were added: `Team.get_list()`, `Team.add("new_name")`, `User.assign_team_roles("teamName", isTeamManager: True)` and `RemoteDataset.explore_and_add_remote()` are available now. [#1196](https://github.com/scalableminds/webknossos-libs/pull/1196)

### Changed

### Fixed


## [0.15.5](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.5) - 2024-09-26
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.4...v0.15.5)

### Added
- Webknossos API functions were added: `Team.get_list()`, `Team.add("new_name")`, `User.assign_team_roles("teamName", isTeamManager: True)` and `RemoteDataset.explore_and_add_remote()` are available now. [#1196](https://github.com/scalableminds/webknossos-libs/pull/1196)


## [0.15.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.4) - 2024-09-23
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.3...v0.15.4)

Expand Down

0 comments on commit 7e554c5

Please sign in to comment.