From faa0d10c8db911213d99f9ccb3c9bc1268aa63f9 Mon Sep 17 00:00:00 2001 From: Chris Uthe Date: Sun, 30 Aug 2026 17:45:05 -0500 Subject: [PATCH] Bump the project version to 0.1.6 release.yml's preflight refuses a tag that does not name the version this source reports -- `project(VERSION)` is hand-edited in a PR before the tag is pushed, deliberately not derived from git -- so v0.1.6 cannot be tagged until this line says 0.1.6. What 0.1.6 carries since v0.1.5: AlsaAudioSink wired into SinkRecovery, so a replugged ALSA device recovers mid-track instead of leaving the stream dead; a cross-compiled linux-armv7 release leg, with scripts/build_arm32.sh and archive-by-userland selection in scripts/get_started_linux.sh; and a linux-armv6 leg built natively inside an emulated Raspbian container, the only archive that loads on Raspberry Pi OS bookworm as well as trixie. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de1917f..4118392 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(sendspin-cpp-cli - VERSION 0.1.5 + VERSION 0.1.6 DESCRIPTION "Headless CLI/daemon Sendspin audio player" HOMEPAGE_URL "https://github.com/Sendspin/sendspin-cpp" LANGUAGES CXX