Skip to content

Commit 330adf2

Browse files
committed
Bump the project version to 0.1.5
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.5 cannot be tagged until this line says 0.1.5. What 0.1.5 carries since v0.1.4: the native PulseAudio and PipeWire output backends, the stream hooks (--hook-start / --hook-stop) together with the fixes that serialise them and keep their commands out of the log, the identity flags (--id, --manufacturer, --product-name), the --audio-format pin, and the end of SENDSPIN_SERVER_URL exporting a stale dialled URL.
1 parent 9e60ab9 commit 330adf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22

33
project(sendspin-cpp-cli
4-
VERSION 0.1.4
4+
VERSION 0.1.5
55
DESCRIPTION "Headless CLI/daemon Sendspin audio player"
66
HOMEPAGE_URL "https://github.com/Sendspin/sendspin-cpp"
77
LANGUAGES CXX

0 commit comments

Comments
 (0)