diff --git a/CHANGELOG.md b/CHANGELOG.md index 011a588..740bee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.2] - 2026-09-19 + ### Added - Four themes, each in light and dark: Catppuccin (Latte and Mocha), Gruvbox, Solarized, and High @@ -538,6 +540,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `ipx import` and `ipx export` for OPML, and systemd units in `contrib/`. [unreleased]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.6.1...main +[0.8.2]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.8.1...v0.8.2 [0.8.1]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.8.0...v0.8.1 [0.8.0]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.7.0...v0.8.0 [0.7.0]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.6.1...v0.7.0 diff --git a/Cargo.lock b/Cargo.lock index 87261ee..afe4a64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1820,7 +1820,7 @@ checksum = "791930b43c0d5973160d90a8f3894509f2b273430f5c5c73b668636d0287c5c0" [[package]] name = "ipx" -version = "0.8.1" +version = "0.8.2" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9be34d0..11a2fc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipx" -version = "0.8.1" +version = "0.8.2" edition = "2024" [dependencies]