From 760f2e957c0941dbec839012255fd3bf1651137c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 03:52:33 +0000 Subject: [PATCH] chore: release v0.1.6 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 701662a..6d3a775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [0.1.6](https://github.com/abusch/sinuous/compare/v0.1.5...v0.1.6) - 2025-11-30 + +### Added + +- add Sonos favorites playlists support +- *(ci)* Add workflow to build binaries + +### Other + +- Fix some clippy warnings +- Update dependencies +- *(deps)* bump actions/checkout from 5 to 6 +- *(deps)* bump actions/checkout from 4 to 5 +- split out app code into App struct +- Use ratatui init() and restore() +- *(ci)* Make dependabot track github actions + ## [0.1.5](https://github.com/abusch/sinuous/compare/v0.1.4...v0.1.5) - 2025-06-13 ### Other diff --git a/Cargo.lock b/Cargo.lock index 3a78b70..34dcf98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1845,7 +1845,7 @@ dependencies = [ [[package]] name = "sinuous" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f971ab1..aa263d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sinuous" -version = "0.1.5" +version = "0.1.6" authors = ["Antoine Busch "] edition = "2024" description = "A simple TUI for controlling local Sonos speakers"