Skip to content

Commit c068614

Browse files
committed
clnvm: Release 0.1.2
1 parent bd18f99 commit c068614

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

libs/cln-version-manager/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9+
## 0.1.2 - 2025-11-25
10+
911
### Fixed
1012

1113
- Updated the hashes for v24.02gl1 and v24.11gl1. We applied some server-side patches for these versions.
1214

1315
### Changed
1416

1517
- Adjusted the expected hashes for artifacts, after patching them
18+
- Inverted responsibilities: the CI now maintains the list of versions, along with authentication and integrity data, while the clnvm binary just uses the index.

libs/cln-version-manager/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cln-version-manager"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A version manager for Core Lightning Binaries"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)