From 5677f42c697a95de8e8d3fc4ce9f64e19012ea7e Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Sun, 9 Aug 2026 20:01:33 -0700 Subject: [PATCH] Release 1.6.3 Version bump and changelog for the 1.6.3 sync. All eight crates ship the same version, so the crates with no functional change this cycle say so rather than carrying an empty section. --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 227b289..ba54582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.6.3] — 2026-08-10 + +### Changed + +- **Six crates that were never used have been removed, and nothing about reading + a disc has changed.** They were declared as dependencies but referenced + nowhere, so they were compiled into every build for nothing. The rest were + aligned with the versions the other freemkv crates use. +- **Two complete AES implementations were being built into the product.** Two + different releases of the cipher crates had been pulled in by different parts + of the tree and both were compiled. They are now one. + ## [1.6.2] — 2026-08-08 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 75e635d..8121bbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "1.6.2" +version = "1.6.3" edition = "2024" rust-version = "1.97" license = "MIT"