Skip to content

Commit 2554d80

Browse files
author
Automatic release
committed
Release for v0.12.4
1 parent c9a00dc commit 2554d80

File tree

3 files changed

+28
-5
lines changed

3 files changed

+28
-5
lines changed

cluster_tools/Changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,24 @@ 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.12.3...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.4...HEAD)
1111

1212
### Breaking Changes
1313

1414
### Added
1515

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

1918
### Fixed
2019

2120

21+
## [0.12.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.12.4) - 2023-05-25
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.3...v0.12.4)
23+
24+
### Changed
25+
- Upgrades `black`, `mypy`, `pylint`, `pytest`. [#873](https://github.com/scalableminds/webknossos-libs/pull/873)
26+
27+
2228
## [0.12.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.12.3) - 2023-02-22
2329
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.2...v0.12.3)
2430

webknossos/Changelog.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,20 @@ 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.12.3...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.4...HEAD)
1414

1515
### Breaking Changes
1616

17+
### Added
18+
19+
### Changed
20+
21+
### Fixed
22+
23+
24+
## [0.12.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.12.4) - 2023-05-25
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.3...v0.12.4)
26+
1727
### Added
1828
- `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)
1929
- `Group.remove_tree_by_id` was added. [#891](https://github.com/scalableminds/webknossos-libs/pull/891)
@@ -26,6 +36,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
2636
- Added axis_order fields for Zarr data format. [#902](https://github.com/scalableminds/webknossos-libs/issues/902)
2737

2838

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

wkcuber/Changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,24 @@ 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.12.3...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.4...HEAD)
1111

1212
### Breaking Changes
1313

1414
### Added
1515

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

1918
### Fixed
2019

2120

21+
## [0.12.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.12.4) - 2023-05-25
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.3...v0.12.4)
23+
24+
### Changed
25+
- Upgrades `black`, `mypy`, `pylint`, `pytest`. [#873](https://github.com/scalableminds/webknossos-libs/pull/873)
26+
27+
2228
## [0.12.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.12.3) - 2023-02-22
2329
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.12.2...v0.12.3)
2430

0 commit comments

Comments
 (0)