v1.6.1: bump version (freemkv-unlock git-pinned for the tag)

This commit is contained in:
Matthew Jackson
2026-08-07 19:08:42 -07:00
parent 3ecebf5b40
commit b3887be90f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog # Changelog
## [1.6.1] — UNRELEASED ## [1.6.1] — 2026-08-07
### Added ### Added
+2 -2
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "libfreemkv" name = "libfreemkv"
version = "1.6.0" version = "1.6.1"
edition = "2024" edition = "2024"
rust-version = "1.97" rust-version = "1.97"
license = "MIT" license = "MIT"
@@ -28,7 +28,7 @@ cbc = "0.1"
# Interim path dep for local cross-repo dev; the release script re-pins this to # 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 # `{ git = ".../freemkv-unlock", tag = "vX.Y.Z" }` before tagging libfreemkv (so
# the released tag resolves freemkv-unlock from git, not a sibling path). # 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-bigint = "0.4"
num-traits = "0.2" num-traits = "0.2"
num-integer = "0.1" num-integer = "0.1"