From 964b9b70aa9c522ef6531f2a4ba8f73a640f852a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:11:13 +0000 Subject: [PATCH] chore: release v0.6.1 --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7852a69..8b6ade6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. +## [0.6.1](https://github.com/aschey/icy-metadata/compare/v0.6.0..v0.6.1) - 2026-06-15 + +### Dependencies + +- *(deps)* Update rodio requirement from 0.21.1 to 0.22.0 ([#82](https://github.com/aschey/icy-metadata/issues/82)) - ([c883269](https://github.com/aschey/icy-metadata/commit/c8832691866a3da076406638cf759aeb56eac065)) +- *(deps)* Update stream-download requirement from 0.23.0 to 0.24.0 ([#81](https://github.com/aschey/icy-metadata/issues/81)) - ([7062238](https://github.com/aschey/icy-metadata/commit/7062238002d7d65a23d66a3bb89914ca105340f5)) + +### Miscellaneous Tasks + +- Bump rust-toolchain from 1.93.1 to 1.94.0 ([#84](https://github.com/aschey/icy-metadata/issues/84)) - ([bc56d8c](https://github.com/aschey/icy-metadata/commit/bc56d8c72ba0cdf91b34aabdefd1e30a8ad9bb38)) +- Bump rust-toolchain from 1.94.0 to 1.94.1 ([#85](https://github.com/aschey/icy-metadata/issues/85)) - ([176bf5b](https://github.com/aschey/icy-metadata/commit/176bf5ba67a48f2bb2265722b2bd83b403e683e3)) +- Bump codecov/codecov-action from 5 to 6 ([#86](https://github.com/aschey/icy-metadata/issues/86)) - ([b86d318](https://github.com/aschey/icy-metadata/commit/b86d318b40964650614441558df7b75dc6672f14)) +- Bump rust-toolchain from 1.94.1 to 1.95.0 ([#87](https://github.com/aschey/icy-metadata/issues/87)) - ([fb6e011](https://github.com/aschey/icy-metadata/commit/fb6e011ba8ef00939f1e1a108d04d7a6b90d9da3)) +- Bump rust-toolchain from 1.95.0 to 1.96.0 ([#88](https://github.com/aschey/icy-metadata/issues/88)) - ([f2dee00](https://github.com/aschey/icy-metadata/commit/f2dee00a9567303eeaa03938fd807264b3bd30ce)) +- Bump codecov/codecov-action from 6 to 7 ([#89](https://github.com/aschey/icy-metadata/issues/89)) - ([5003df4](https://github.com/aschey/icy-metadata/commit/5003df4aa9341e5592162911bbd2328a331906ca)) + + + ## [0.6.0](https://github.com/aschey/icy-metadata/compare/v0.5.1..v0.6.0) - 2026-01-10 ### Dependencies diff --git a/Cargo.toml b/Cargo.toml index c1fcf4c..cc41e19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icy-metadata" -version = "0.6.0" +version = "0.6.1" rust-version = "1.85.0" edition = "2024" authors = ["Austin Schey "]