From 3dc33566fdfa09d8785eec63fab624507f205a0d Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Tue, 19 May 2026 17:11:11 -0700 Subject: [PATCH] v0.25.3: sync to autorip 0.25.3 release (no behavioural changes) --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ad722..223a2ea 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 6641aab..0dcf318 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"