From b5ff57ac0fe411793a50378e6adaa528a3867355 Mon Sep 17 00:00:00 2001 From: rays Date: Sat, 19 Sep 2026 02:13:06 +0000 Subject: [PATCH] Release 0.8.1 Co-Authored-By: Claude Opus 5 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c0eb51..deffef5 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.1] - 2026-09-19 + ### Changed - A feed being checked shows a small spinner in place of its unread count (and its folder's), @@ -522,6 +524,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.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 [0.6.1]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.6.0...v0.6.1 diff --git a/Cargo.lock b/Cargo.lock index bbc0146..87261ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1820,7 +1820,7 @@ checksum = "791930b43c0d5973160d90a8f3894509f2b273430f5c5c73b668636d0287c5c0" [[package]] name = "ipx" -version = "0.8.0" +version = "0.8.1" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index eadec3b..9be34d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipx" -version = "0.8.0" +version = "0.8.1" edition = "2024" [dependencies]