diff --git a/CHANGELOG.md b/CHANGELOG.md index 13acf78..bc3b91c 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-02-05 + +### Other + +- update Cargo.lock dependencies + ## [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 1b86955..d1983f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2311,7 +2311,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 db29561..a2297c0 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"