Skip to content

Commit 578c23a

Browse files
author
semantic-release
committed
1.2.5
Automatically generated by python-semantic-release
1 parent fb6998d commit 578c23a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v1.2.5 (2026-03-25)
6+
7+
### Bug Fixes
8+
9+
- **wheel-sdk**: Fix header install
10+
([`fb6998d`](https://github.com/KitwareMedical/SlicerLayerDisplayableManager/commit/fb6998dddc3da274981d5fda93ef77e26e4b1ebe))
11+
12+
513
## v1.2.4 (2026-03-24)
614

715
### Bug Fixes

extension.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include(${Slicer_USE_FILE})
1414

1515
#-----------------------------------------------------------------------------
1616
# Extension version (auto updated by semantic version)
17-
set(LayerDM_VERSION "v1.2.4")
17+
set(LayerDM_VERSION "v1.2.5")
1818

1919
string(SUBSTRING "${LayerDM_VERSION}" 1 -1 LayerDM_VERSION) # remove first character
2020
string(REPLACE "." ";" version_components "${LayerDM_VERSION}") # this creates a list

0 commit comments

Comments
 (0)