From d17ea748f698f5540d85de593f9fac85f4b99398 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Wed, 28 Jan 2026 00:15:01 +0000 Subject: [PATCH] Bump version to 0.2.0 Co-Authored-By: Claude Opus 4.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff834b9..902a805 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -632,7 +632,7 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "ferrosonic" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4e6605d..71a0d1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ferrosonic" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "A terminal-based Subsonic music client with bit-perfect audio playback" license = "MIT"