Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions libs/cln-version-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## 0.1.2 - 2025-11-25

### Fixed

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

### Changed

- Adjusted the expected hashes for artifacts, after patching them
- Inverted responsibilities: the CI now maintains the list of versions, along with authentication and integrity data, while the clnvm binary just uses the index.
2 changes: 1 addition & 1 deletion libs/cln-version-manager/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cln-version-manager"
version = "0.1.1"
version = "0.1.2"
description = "A version manager for Core Lightning Binaries"
license = "MIT"
readme = "README.md"
Expand Down
Loading