From a0ac874f7148b0079e68b043d23da48d422cc2cf Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 25 Nov 2025 17:06:27 +0100 Subject: [PATCH] clnvm: Release 0.1.2 --- libs/cln-version-manager/CHANGELOG.md | 3 +++ libs/cln-version-manager/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/libs/cln-version-manager/CHANGELOG.md b/libs/cln-version-manager/CHANGELOG.md index ebe2b9c29..6f1dead7e 100644 --- a/libs/cln-version-manager/CHANGELOG.md +++ b/libs/cln-version-manager/CHANGELOG.md @@ -6,6 +6,8 @@ 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. @@ -13,3 +15,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### 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. diff --git a/libs/cln-version-manager/pyproject.toml b/libs/cln-version-manager/pyproject.toml index 0688bc726..e5c424926 100644 --- a/libs/cln-version-manager/pyproject.toml +++ b/libs/cln-version-manager/pyproject.toml @@ -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"