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"