diff --git a/CHANGELOG.md b/CHANGELOG.md index 128e4ea..848e2e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ The long form, with what was wrong before and how it was found, is in ## [Unreleased] +## [0.6.1] - 2026-09-15 + ### Fixed - Time left, and when an episode counts as finished, go by the length your player measured @@ -428,7 +430,8 @@ The long form, with what was wrong before and how it was found, is in - Torrent enclosures through librqbit, seeding to a ratio or a time, with a stall timeout. - `ipx import` and `ipx export` for OPML, and systemd units in `contrib/`. -[unreleased]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.6.0...main +[unreleased]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.6.1...main +[0.6.1]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.6.0...v0.6.1 [0.6.0]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.5.5...v0.6.0 [0.5.5]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.5.4...v0.5.5 [0.5.4]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.5.3...v0.5.4 diff --git a/Cargo.lock b/Cargo.lock index 823e175..be5c8c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1605,7 +1605,7 @@ checksum = "791930b43c0d5973160d90a8f3894509f2b273430f5c5c73b668636d0287c5c0" [[package]] name = "ipx" -version = "0.6.0" +version = "0.6.1" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 2ec9e53..aa4acaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipx" -version = "0.6.0" +version = "0.6.1" edition = "2024" [dependencies]