From b3887be90f04b8ca2b1ce4b657bd5bef0e6fb9ff Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Fri, 7 Aug 2026 19:08:42 -0700 Subject: [PATCH] v1.6.1: bump version (freemkv-unlock git-pinned for the tag) --- CHANGELOG.md | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6597984..b2dbcf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.6.1] — UNRELEASED +## [1.6.1] — 2026-08-07 ### Added diff --git a/Cargo.toml b/Cargo.toml index e291413..11f2dde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "1.6.0" +version = "1.6.1" edition = "2024" rust-version = "1.97" license = "MIT" @@ -28,7 +28,7 @@ cbc = "0.1" # 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.1" } num-bigint = "0.4" num-traits = "0.2" num-integer = "0.1"