From 2bac85f080ca97566b421c4b06b40643ee87a638 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Thu, 7 Aug 2025 23:23:18 -0400 Subject: [PATCH] Version 3.19.0 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 59deb31..cc1fb43 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.19.0 * Allow verifying hashes of unsigned images with `avbroot avb verify` ([PR #477]) * Warn when verifying image containing insecure flags field with `avbroot avb verify` ([PR #478]) diff --git a/Cargo.lock b/Cargo.lock index b2cd2c8..4622c8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,7 +113,7 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "avbroot" -version = "3.18.1" +version = "3.19.0" dependencies = [ "anyhow", "assert_matches", @@ -567,7 +567,7 @@ checksum = "ecb08c4819242b1ec89b3d0c6affa229005bef46ae4f7eed8b80768187c10087" [[package]] name = "e2e" -version = "3.18.1" +version = "3.19.0" dependencies = [ "anyhow", "avbroot", @@ -662,7 +662,7 @@ dependencies = [ [[package]] name = "fuzz" -version = "3.18.1" +version = "3.19.0" dependencies = [ "avbroot", "honggfuzz", @@ -2226,7 +2226,7 @@ dependencies = [ [[package]] name = "xtask" -version = "3.18.1" +version = "3.19.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5d44e17..b8686ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"] resolver = "2" [workspace.package] -version = "3.18.1" +version = "3.19.0" license = "GPL-3.0-only" edition = "2024" repository = "https://github.com/chenxiaolong/avbroot"