From 9fbbe15b29512a85ec9e3437604b9eade2805e89 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:00:35 -0700 Subject: [PATCH] 1.3.2: version sync Inherits libfreemkv 1.3.2. --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b63f326..5a48e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.3.2] — 2026-07-10 + +Version sync with the workspace; inherits libfreemkv 1.3.2. + ## [1.3.1] — 2026-07-10 ### Licensing diff --git a/Cargo.toml b/Cargo.toml index 89c2057..5ce0631 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "freemkv-unlock" -version = "1.3.1" +version = "1.3.2" edition = "2024" rust-version = "1.86" license = "MIT"