From 0453f83b5274777a4d436a5088cc86460283c7dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:29:24 +0000 Subject: [PATCH] chore: release v0.1.7 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13acf78..5fd8024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.7](https://github.com/abusch/sinuous/compare/v0.1.6...v0.1.7) - 2026-03-16 + +### Other + +- *(deps)* bump clap from 4.5.54 to 4.6.0 + ## [0.1.6](https://github.com/abusch/sinuous/compare/v0.1.5...v0.1.6) - 2026-01-20 ### Added diff --git a/Cargo.lock b/Cargo.lock index 304a2ab..3ee6bcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2335,7 +2335,7 @@ dependencies = [ [[package]] name = "sinuous" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index cff0925..b20ad54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sinuous" -version = "0.1.6" +version = "0.1.7" authors = ["Antoine Busch "] edition = "2024" description = "A simple TUI for controlling local Sonos speakers"