diff --git a/CHANGELOG.md b/CHANGELOG.md index 753cb10..b543502 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 a6b1ab6..bd11f8a 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"