Skip to content

Commit f30480f

Browse files
committed
update actions
1 parent dc78bb8 commit f30480f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
88

99
Nothing yet.
1010

11+
## [0.16.1] - 2026-03-15
12+
13+
### Changed
14+
15+
- Update Github actions versions
16+
1117
## [0.16.0] - 2026-03-15
1218

1319
### Changed
@@ -315,7 +321,8 @@ Nothing yet.
315321
- Create a "watcher" for a single playlist
316322
- Background task runs on an interval, transferring tracks for each user that has configured a "watcher"
317323

318-
[Unreleased]: https://github.com/zaknesler/modulate/compare/v0.16.0...HEAD
324+
[Unreleased]: https://github.com/zaknesler/modulate/compare/v0.16.1...HEAD
325+
[0.16.0]: https://github.com/zaknesler/modulate/compare/v0.16.0...v0.16.1
319326
[0.16.0]: https://github.com/zaknesler/modulate/compare/v0.15.0...v0.16.0
320327
[0.15.0]: https://github.com/zaknesler/modulate/compare/v0.14.4...v0.15.0
321328
[0.14.4]: https://github.com/zaknesler/modulate/compare/v0.14.3...v0.14.4

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 = "modulate"
3-
version = "0.15.0"
3+
version = "0.16.1"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)