From 1d1fe461ef024dd54ebee17b56b65a7ffc8457e2 Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Tue, 19 May 2026 17:44:23 -0700 Subject: [PATCH] v0.25.4: sync to autorip 0.25.4 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 223a2ea..13489c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.25.4 (2026-05-20) + +### Changed + +- Synchronized to autorip 0.25.4 release. No behavioural changes + in the library — the v0.25.4 release ships the autorip-side + in-container NFS mount option. + ## 0.25.3 (2026-05-19) ### Changed diff --git a/Cargo.toml b/Cargo.toml index 0dcf318..af05c04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.25.3" +version = "0.25.4" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"