File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 2.0.31] - 2025-11-25
8+ ### Fixed:
9+ - Windows build and installer
10+ - Artifacts integrity
11+
712## [ 2.0.30] - 2025-11-18
813### Fixed:
914- Correctly update asset details
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
22
33list (APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR} /cmake" )
44
5- project (blockstream VERSION 2.0.30 LANGUAGES CXX )
5+ project (blockstream VERSION 2.0.31 LANGUAGES CXX )
66
77option (GREEN_WAYLAND "Include Wayland support" OFF )
88option (ENABLE_SENTRY "Enable crash reports with sentry" OFF )
You can’t perform that action at this time.
0 commit comments