Skip to content

Commit 3a4771e

Browse files
author
Automatic release
committed
Release for v0.14.4
1 parent 00e1683 commit 3a4771e

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

cluster_tools/Changelog.md

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

1212
### Breaking Changes
1313

1414
### Added
1515

1616
### Changed
17-
- Upgrades mypy to 1.6. [#956](https://github.com/scalableminds/webknossos-libs/pull/956)
18-
1917

2018
### Fixed
2119

2220

21+
## [0.14.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.4) - 2023-11-07
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.3...v0.14.4)
23+
24+
### Changed
25+
- Upgrades mypy to 1.6. [#956](https://github.com/scalableminds/webknossos-libs/pull/956)
26+
27+
28+
2329
## [0.14.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.3) - 2023-10-19
2430
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.2...v0.14.3)
2531

webknossos/Changelog.md

Lines changed: 11 additions & 3 deletions
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.14.3...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.4...HEAD)
1414

1515
### Breaking Changes
1616

17+
### Added
18+
19+
### Changed
20+
21+
### Fixed
22+
23+
24+
## [0.14.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.4) - 2023-11-07
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.3...v0.14.4)
26+
1727
### Added
1828
- The `DEFAULT_DATA_FORMAT` and `DEFAULT_CHUNKS_PER_SHARD` can now be set with the env variables `WK_DEFAULT_DATA_FORMAT` and `WK_DEFAULT_CHUNKS_PER_SHARD`
1929
- A `Vec3Int` can now be initialized with a string containing an int or a tuple.
@@ -23,8 +33,6 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
2333
- Refactored the WEBKNOSSOS API client to no longer use generated client code. [#948](https://github.com/scalableminds/webknossos-libs/pull/948)
2434

2535

26-
### Fixed
27-
2836

2937
## [0.14.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.3) - 2023-10-19
3038
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.2...v0.14.3)

0 commit comments

Comments
 (0)