Skip to content

Commit 74fbcf1

Browse files
author
semantic-release
committed
1.2.4
Automatically generated by python-semantic-release
1 parent a564e4e commit 74fbcf1

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.4 (2026-03-24)
6+
7+
### Bug Fixes
8+
9+
- Fix extension semantic tag
10+
([`a564e4e`](https://github.com/KitwareMedical/SlicerLayerDisplayableManager/commit/a564e4e709a7921982f58af5f41895de5968acd7))
11+
12+
513
## v1.2.3 (2026-03-18)
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 "v0.0.0")
17+
set(LayerDM_VERSION "v1.2.4")
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)