From bfefb4cb5b6c29836dda71bebb2ebda0448af788 Mon Sep 17 00:00:00 2001 From: MattJackson <1085847+MattJackson@users.noreply.github.com> 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 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"