Skip to content

Commit 00709cd

Browse files
chore: release v0.1.6
1 parent 8e3e487 commit 00709cd

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

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