File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
7
7
and this project adheres to [ Calendar Versioning] ( http://calver.org/ ) ` 0Y.0M.MICRO ` .
8
8
For upgrade instructions, please check the [ migration guide] ( MIGRATIONS.released.md ) .
9
9
10
+ ## [ 25.06.2] ( https://github.com/scalableminds/webknossos/releases/tag/25.06.2 ) - 2025-06-17
11
+ [ Commits] ( https://github.com/scalableminds/webknossos/compare/25.06.1...25.06.2 )
12
+
13
+ ### Fixed
14
+ - Fixed a regression that led to incorrect behavior when trying to jump to the last branchpoint even though no branchpoint existed. [ #8695 ] ( https://github.com/scalableminds/webknossos/pull/8695 )
15
+
10
16
## [ 25.06.1] ( https://github.com/scalableminds/webknossos/releases/tag/25.06.1 ) - 2025-06-03
11
17
[ Commits] ( https://github.com/scalableminds/webknossos/compare/25.06.0...25.06.1 )
12
18
Original file line number Diff line number Diff line change @@ -8,14 +8,13 @@ and this project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MIC
8
8
For upgrade instructions, please check the [ migration guide] ( MIGRATIONS.released.md ) .
9
9
10
10
## Unreleased
11
- [ Commits] ( https://github.com/scalableminds/webknossos/compare/25.06.1 ...HEAD )
11
+ [ Commits] ( https://github.com/scalableminds/webknossos/compare/25.06.2 ...HEAD )
12
12
13
13
### Added
14
14
15
15
### Changed
16
16
17
17
### Fixed
18
- - Fixed a regression that led to incorrect behavior when trying to jump to the last branchpoint even though no branchpoint existed. [ #8695 ] ( https://github.com/scalableminds/webknossos/pull/8695 )
19
18
20
19
### Removed
21
20
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ See `MIGRATIONS.unreleased.md` for the changes which are not yet part of an offi
6
6
This project adheres to [ Calendar Versioning] ( http://calver.org/ ) ` 0Y.0M.MICRO ` .
7
7
User-facing changes are documented in the [ changelog] ( CHANGELOG.released.md ) .
8
8
9
+ ## [ 25.06.2] ( https://github.com/scalableminds/webknossos/releases/tag/25.06.2 ) - 2025-06-17
10
+ [ Commits] ( https://github.com/scalableminds/webknossos/compare/25.06.1...25.06.2 )
11
+
12
+ ### Postgres Evolutions:
13
+ None.
14
+
9
15
## [ 25.06.1] ( https://github.com/scalableminds/webknossos/releases/tag/25.06.1 ) - 2025-06-03
10
16
[ Commits] ( https://github.com/scalableminds/webknossos/compare/25.06.0...25.06.1 )
11
17
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ This project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`.
6
6
User-facing changes are documented in the [ changelog] ( CHANGELOG.released.md ) .
7
7
8
8
## Unreleased
9
- [ Commits] ( https://github.com/scalableminds/webknossos/compare/25.06.1 ...HEAD )
9
+ [ Commits] ( https://github.com/scalableminds/webknossos/compare/25.06.2 ...HEAD )
10
10
11
11
### Postgres Evolutions:
You can’t perform that action at this time.
0 commit comments