Skip to content

Commit

Permalink
Release for v0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed May 25, 2023
1 parent c9a00dc commit 2554d80
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
10 changes: 8 additions & 2 deletions cluster_tools/Changelog.md
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.12.3...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.4...HEAD)

### Breaking Changes

### Added

### Changed
- Upgrades `black`, `mypy`, `pylint`, `pytest`. [#873](https://github.com/scalableminds/webknossos-libs/pull/873)

### Fixed


## [0.12.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.12.4) - 2023-05-25
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.3...v0.12.4)

### Changed
- Upgrades `black`, `mypy`, `pylint`, `pytest`. [#873](https://github.com/scalableminds/webknossos-libs/pull/873)


## [0.12.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.12.3) - 2023-02-22
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.2...v0.12.3)

Expand Down
13 changes: 12 additions & 1 deletion webknossos/Changelog.md
Expand Up @@ -10,10 +10,20 @@ 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.12.3...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.4...HEAD)

### Breaking Changes

### Added

### Changed

### Fixed


## [0.12.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.12.4) - 2023-05-25
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.3...v0.12.4)

### Added
- `Group.add_tree` now also accepts a tree object as a first parameter (instead of only a string). [#891](https://github.com/scalableminds/webknossos-libs/pull/891)
- `Group.remove_tree_by_id` was added. [#891](https://github.com/scalableminds/webknossos-libs/pull/891)
Expand All @@ -26,6 +36,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
- Added axis_order fields for Zarr data format. [#902](https://github.com/scalableminds/webknossos-libs/issues/902)



## [0.12.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.12.3) - 2023-02-22
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.2...v0.12.3)

Expand Down
10 changes: 8 additions & 2 deletions wkcuber/Changelog.md
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.12.3...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.4...HEAD)

### Breaking Changes

### Added

### Changed
- Upgrades `black`, `mypy`, `pylint`, `pytest`. [#873](https://github.com/scalableminds/webknossos-libs/pull/873)

### Fixed


## [0.12.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.12.4) - 2023-05-25
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.3...v0.12.4)

### Changed
- Upgrades `black`, `mypy`, `pylint`, `pytest`. [#873](https://github.com/scalableminds/webknossos-libs/pull/873)


## [0.12.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.12.3) - 2023-02-22
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.2...v0.12.3)

Expand Down

0 comments on commit 2554d80

Please sign in to comment.