From 8223cd44453c56303e2e42a51b813dde77a8d89e Mon Sep 17 00:00:00 2001 From: rays Date: Sat, 19 Sep 2026 14:49:35 +0000 Subject: [PATCH] Release 0.8.3 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 c808705..5be80ce 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.3] - 2026-09-19 + ### Security - The daemon no longer prints the web token when it starts, so it stays out of `docker logs`. It @@ -554,6 +556,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.3]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.8.2...v0.8.3 [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 diff --git a/Cargo.lock b/Cargo.lock index 59587cc..40b5b70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1820,7 +1820,7 @@ checksum = "791930b43c0d5973160d90a8f3894509f2b273430f5c5c73b668636d0287c5c0" [[package]] name = "ipx" -version = "0.8.2" +version = "0.8.3" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index b9ac25e..51e2265 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipx" -version = "0.8.2" +version = "0.8.3" edition = "2024" [dependencies]