Skip to content

Commit

Permalink
Release for v0.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed Oct 16, 2024
1 parent a42bff0 commit 8aa1c37
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
10 changes: 8 additions & 2 deletions cluster_tools/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,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.5...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.6...HEAD)

### Breaking Changes

### Added

### Changed
- Replaced the Python package manager `poetry` with `uv`. [#1199](https://github.com/scalableminds/webknossos-libs/pull/1199)

### Fixed


## [0.15.6](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.6) - 2024-10-16
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.5...v0.15.6)

### Changed
- Replaced the Python package manager `poetry` with `uv`. [#1199](https://github.com/scalableminds/webknossos-libs/pull/1199)


## [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)

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

### Breaking Changes

### Added
- Added `add_mag_from_zarrarray` to `Layer` class, to add existing Zarr arrays as a mag of a layer. [#1151](https://github.com/scalableminds/webknossos-libs/pull/1151)

### Changed
- Replaced the Python package manager `poetry` with `uv`. [#1199](https://github.com/scalableminds/webknossos-libs/pull/1199)

### Fixed


## [0.15.6](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.6) - 2024-10-16
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.5...v0.15.6)

### Added
- Added `add_mag_from_zarrarray` to `Layer` class, to add existing Zarr arrays as a mag of a layer. [#1151](https://github.com/scalableminds/webknossos-libs/pull/1151)

### Changed
- Replaced the Python package manager `poetry` with `uv`. [#1199](https://github.com/scalableminds/webknossos-libs/pull/1199)


## [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)

Expand Down

0 comments on commit 8aa1c37

Please sign in to comment.