From 27b61dc97c6227a54e206556786e52ddd7eeec11 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Wed, 22 Jul 2026 11:00:39 -0700 Subject: [PATCH] Version sync 1.5.2 (inherits libfreemkv CSS DVD descramble fix) --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fbb325..0986a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.5.2] — UNRELEASED + +Version sync with the workspace; inherits libfreemkv 1.5.2 (CSS DVD descramble +fix). No source change in this crate. + ## [1.4.5] — 2026-07-18 Version sync; inherits libfreemkv 1.4.5. `KeySource` split into `get_unit_keys` + diff --git a/Cargo.toml b/Cargo.toml index 3e42a2d..f5bdb7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "freemkv-keysources" -version = "1.5.1" +version = "1.5.2" edition = "2024" rust-version = "1.86" license = "MIT"