Skip to content

Commit d5b10a0

Browse files
authored
Merge pull request #141 from abusch/release-plz-2025-06-13T06-33-13Z
chore: release v0.1.6
2 parents 223c284 + 1417ba4 commit d5b10a0

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.6](https://github.com/abusch/sinuous/compare/v0.1.5...v0.1.6) - 2026-01-20
6+
7+
### Added
8+
9+
- add Sonos favorites playlists support
10+
- *(ci)* Add workflow to build binaries
11+
12+
### Other
13+
14+
- simplify display of help text and upgrade to ratatui 0.30
15+
- Fix some clippy warnings
16+
- Update dependencies
17+
- *(deps)* bump actions/checkout from 5 to 6
18+
- *(deps)* bump actions/checkout from 4 to 5
19+
- split out app code into App struct
20+
- Use ratatui init() and restore()
21+
- *(ci)* Make dependabot track github actions
22+
523
## [0.1.5](https://github.com/abusch/sinuous/compare/v0.1.4...v0.1.5) - 2025-06-13
624

725
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sinuous"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["Antoine Busch <antoine.busch@gmail.com>"]
55
edition = "2024"
66
description = "A simple TUI for controlling local Sonos speakers"

0 commit comments

Comments
 (0)