Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
245fe89f94 | ||
|
|
e8ab33d6f2 | ||
|
|
3b5e25c3f2 | ||
|
|
bd122dd3a4 |
@@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# 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
|
## [1.6.6] — 2026-08-20
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "libfreemkv"
|
name = "libfreemkv"
|
||||||
version = "1.6.6"
|
version = "1.6.7"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.97"
|
rust-version = "1.97"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@@ -26,7 +26,7 @@ aes = "0.9"
|
|||||||
# 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 = { git = "https://github.com/freemkv/freemkv-unlock", tag = "v1.6.5" }
|
freemkv-unlock = { path = "../freemkv-unlock" }
|
||||||
rand = "0.10"
|
rand = "0.10"
|
||||||
zip = { version = "8", default-features = false, features = ["deflate"] }
|
zip = { version = "8", default-features = false, features = ["deflate"] }
|
||||||
base64 = "0.23"
|
base64 = "0.23"
|
||||||
|
|||||||
Reference in New Issue
Block a user