Skip to content

Commit c85770d

Browse files
author
Automatic release
committed
Release for v2.3.10
1 parent cf2c10b commit c85770d

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
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.9...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.3.10...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.3.10](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.3.10) - 2025-06-17
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.3.9...v2.3.10)
23+
24+
2125
## [2.3.9](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.3.9) - 2025-06-13
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.3.8...v2.3.9)
2327

webknossos/Changelog.md

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

1515
### Breaking Changes
1616

1717
### Added
18-
- Added `layers_to_ignore` argument to `Dataset.copy_dataset`. [#1321](https://github.com/scalableminds/webknossos-libs/pull/1321)
1918

2019
### Changed
21-
- Make number of retries and backoff factor configurable (mainly for tensorstore reads/writes). See `DEFAULT_NUM_RETRIES` and `DEFAULT_BACKOFF_FACTOR` environment variables. [#1323](https://github.com/scalableminds/webknossos-libs/pull/1323)
2220

2321
### Fixed
2422

2523

24+
## [2.3.10](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.3.10) - 2025-06-17
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.3.9...v2.3.10)
26+
27+
### Added
28+
- Added `layers_to_ignore` argument to `Dataset.copy_dataset`. [#1321](https://github.com/scalableminds/webknossos-libs/pull/1321)
29+
30+
### Changed
31+
- Make number of retries and backoff factor configurable (mainly for tensorstore reads/writes). See `DEFAULT_NUM_RETRIES` and `DEFAULT_BACKOFF_FACTOR` environment variables. [#1323](https://github.com/scalableminds/webknossos-libs/pull/1323)
32+
33+
2634
## [2.3.9](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.3.9) - 2025-06-13
2735
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.3.8...v2.3.9)
2836

0 commit comments

Comments
 (0)