diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e166d8..753cb10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.25.3 (2026-05-19) + +### Changed + +- Synchronized to autorip 0.25.3 release. No behavioural changes + in the library — the v0.25.3 release ships the autorip-side + parallel mux pipeline. + ## 0.25.2 (2026-05-19) ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 0d4bf09..a6b1ab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.25.2" +version = "0.25.3" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"