From 6092afa9e3e4e95679811454510d2bfc62d9f2a7 Mon Sep 17 00:00:00 2001 From: PolyMeilex Date: Mon, 5 Jan 2026 18:52:28 +0100 Subject: [PATCH] chore: Version bump 0.17.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0295a8..69c9d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 0.17.1 + +- Fix aarch64 compile error and add CI by @oscargus in https://github.com/PolyMeilex/rfd/pull/294 +- docs: Fixup docs post libdbus port by @PolyMeilex in https://github.com/PolyMeilex/rfd/pull/298 +- xdg_porta: Url decode the path by @PolyMeilex in https://github.com/PolyMeilex/rfd/pull/297 + ## 0.17.0 - `tokio` and `async-std` features removed diff --git a/Cargo.lock b/Cargo.lock index 22b900f..09ba95d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -488,7 +488,7 @@ checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" [[package]] name = "rfd" -version = "0.17.0" +version = "0.17.1" dependencies = [ "block2", "dispatch2", diff --git a/Cargo.toml b/Cargo.toml index 898d4f6..602a3b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd" -version = "0.17.0" +version = "0.17.1" edition = "2021" authors = ["Poly "]