Skip to content

Commit a984fa7

Browse files
author
Automatic release
committed
Release for v0.9.4
1 parent 2072830 commit a984fa7

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
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.3...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.4...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.9.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.4) - 2022-02-09
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.3...v0.9.4)
23+
24+
2125
## [0.9.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.3) - 2022-02-07
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.2...v0.9.3)
2327

webknossos/Changelog.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,27 @@ 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.3...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.4...HEAD)
1111

1212
### Breaking Changes
1313

14+
### Added
15+
16+
### Changed
17+
18+
### Fixed
19+
20+
21+
## [0.9.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.4) - 2022-02-09
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.3...v0.9.4)
23+
1424
### Added
1525
- Added AnnotationInfo, Project and Task classes for handling annotation information and annotation project administration. [#574](https://github.com/scalableminds/webknossos-libs/pull/574):
1626

1727
### Changed
1828
- Lifted the restriction that `BoundingBox` cannot have a negative topleft (introduced in v0.9.0). Also, negative size dimensions are flipped, so that the topleft <= bottomright,
1929
e.g. `BoundingBox((10, 10, 10), (-5, 5, 5))` -> `BoundingBox((5, 10, 10), (5, 5, 5))`. [#589](https://github.com/scalableminds/webknossos-libs/pull/589)
2030

21-
### Fixed
22-
2331

2432
## [0.9.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.3) - 2022-02-07
2533
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.2...v0.9.3)

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.3...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.4...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.9.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.4) - 2022-02-09
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.3...v0.9.4)
23+
24+
2125
## [0.9.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.3) - 2022-02-07
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.2...v0.9.3)
2327

0 commit comments

Comments
 (0)