Skip to content

Commit 5202742

Browse files
chore: release v0.1.6
1 parent 9e1129c commit 5202742

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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) - 2025-11-30
6+
7+
### Added
8+
9+
- add Sonos favorites playlists support
10+
- *(ci)* Add workflow to build binaries
11+
12+
### Other
13+
14+
- *(deps)* bump actions/checkout from 5 to 6
15+
- *(deps)* bump actions/checkout from 4 to 5
16+
- split out app code into App struct
17+
- Use ratatui init() and restore()
18+
- *(ci)* Make dependabot track github actions
19+
520
## [0.1.5](https://github.com/abusch/sinuous/compare/v0.1.4...v0.1.5) - 2025-06-13
621

722
### 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)