From f84df86ef51495b03333d86cfd1c7852e065c498 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 24 May 2024 18:27:38 -0400 Subject: [PATCH] Version 3.2.1 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 +- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e72206e..d18ebb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ to update the actual links at the bottom of the file. --> -### Unreleased +### Version 3.2.1 * Increase hash tree and FEC size limits to accommodate partition images up to 8 GiB ([Issue #291], [PR #293]) diff --git a/Cargo.lock b/Cargo.lock index 429c14f..93d6aea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,7 +109,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "avbroot" -version = "3.2.0" +version = "3.2.1" dependencies = [ "anyhow", "assert_matches", @@ -534,7 +534,7 @@ dependencies = [ [[package]] name = "e2e" -version = "3.2.0" +version = "3.2.1" dependencies = [ "anyhow", "avbroot", @@ -628,7 +628,7 @@ dependencies = [ [[package]] name = "fuzz" -version = "3.2.0" +version = "3.2.1" dependencies = [ "avbroot", "honggfuzz", @@ -2068,7 +2068,7 @@ dependencies = [ [[package]] name = "xtask" -version = "3.2.0" +version = "3.2.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index af04424..31ba4d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"] resolver = "2" [workspace.package] -version = "3.2.0" +version = "3.2.1" license = "GPL-3.0-only" edition = "2021" repository = "https://github.com/chenxiaolong/avbroot"