From d3103453f1da9b982e76f1c3d448e5f5b3c572ca Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Sat, 15 Aug 2026 09:13:26 -0700 Subject: [PATCH] v1.6.4: bump version (freemkv-unlock git-pinned for the tag) --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42721a2..d91ba9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.6.4] — UNRELEASED +## [1.6.4] — 2026-08-15 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 1ad4a09..5719a11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ aes = "0.9" # Interim path dep for local cross-repo dev; the release script re-pins this to # `{ git = ".../freemkv-unlock", tag = "vX.Y.Z" }` before tagging libfreemkv (so # the released tag resolves freemkv-unlock from git, not a sibling path). -freemkv-unlock = { path = "../freemkv-unlock" } +freemkv-unlock = { git = "https://github.com/freemkv/freemkv-unlock", tag = "v1.6.4" } rand = "0.10" zip = { version = "8", default-features = false, features = ["deflate"] } base64 = "0.23"