4 Commits
Author SHA1 Message Date
Matthew Jackson 245fe89f94 restore freemkv-unlock path dep for local dev (post-v1.6.7)
CI / check-macos (push) Waiting to run
CI / check-windows (push) Waiting to run
CI / test (push) Failing after 47s
CI / lint (push) Failing after 50s
CI / consumers (push) Failing after 56s
leak-guard / leak-guard (push) Successful in 22s
2026-08-21 09:31:40 -07:00
Matthew Jackson e8ab33d6f2 v1.6.7: bump version (freemkv-unlock git-pinned for the tag) 2026-08-21 09:31:31 -07:00
Matthew Jackson 3b5e25c3f2 docs: 1.6.7 changelog (unified release, autorip-driven) 2026-08-21 09:23:55 -07:00
Matthew Jackson bd122dd3a4 restore freemkv-unlock path dep for local dev (post-v1.6.6) 2026-08-20 20:03:48 -07:00
2 changed files with 11 additions and 2 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## [1.6.7] — 2026-08-21
### Changed
- Version aligned to 1.6.7 for the unified release. No functional changes to
this crate; the release was driven by autorip (per-webhook event selection,
a progress bar per moved artifact, and move-queue / webhook-error fixes —
see the autorip 1.6.7 notes).
## [1.6.6] — 2026-08-20
### Changed
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "libfreemkv"
version = "1.6.6"
version = "1.6.7"
edition = "2024"
rust-version = "1.97"
license = "MIT"
@@ -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 = { git = "https://github.com/freemkv/freemkv-unlock", tag = "v1.6.5" }
freemkv-unlock = { path = "../freemkv-unlock" }
rand = "0.10"
zip = { version = "8", default-features = false, features = ["deflate"] }
base64 = "0.23"