Skip to content

Commit bf0e00a

Browse files
author
Automatic release
committed
Release for v2.4.0
1 parent ded543c commit bf0e00a

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
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/v2.3.11...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.4.0...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+
## [2.4.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.4.0) - 2025-06-24
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.3.11...v2.4.0)
23+
24+
2125
## [2.3.11](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.3.11) - 2025-06-18
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.3.10...v2.3.11)
2327

webknossos/Changelog.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,19 @@ 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/v2.3.11...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.4.0...HEAD)
14+
15+
### Breaking Changes
16+
17+
### Added
18+
19+
### Changed
20+
21+
### Fixed
22+
23+
24+
## [2.4.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.4.0) - 2025-06-24
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.3.11...v2.4.0)
1426

1527
### Breaking Changes
1628
- `Dataset.shallow_copy_dataset` does not symlink layers, mags and attachments anymore. Instead mags and attachments are referenced by their path. [#1290](https://github.com/scalableminds/webknossos-libs/pull/1290)
@@ -28,15 +40,11 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
2840

2941

3042

31-
### Added
32-
3343
### Changed
3444
- Changed the default path type to `UPath` [#1326](https://github.com/scalableminds/webknossos-libs/pull/1326)
3545
- All mags now store their path in the `datasource-properties.json` file. This eliminates the need for symlinks and removes the need to check multiple possible mag paths (e.g. 1-1-1 or 1). It also unifies local and remote mags. [#1290](https://github.com/scalableminds/webknossos-libs/pull/1290)
3646
- Dataset-local mags and attachments use the `./` prefix for their path in compliance with [IETF RFC1808](https://datatracker.ietf.org/doc/html/rfc1808). [#1290](https://github.com/scalableminds/webknossos-libs/pull/1290)
3747

38-
### Fixed
39-
4048

4149
## [2.3.11](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.3.11) - 2025-06-18
4250
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.3.10...v2.3.11)

0 commit comments

Comments
 (0)