From 0c17db4fc41842d70cf81ad3229d89499c092e37 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Thu, 4 Jun 2026 22:58:58 -0400 Subject: [PATCH] Version 3.30.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 c242226..4436649 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.30.0 * Add `avbroot ota list` subcommand to list all partitions in an OTA ([Issue #603], [PR #606]) * Update dependencies ([PR #605]) diff --git a/Cargo.lock b/Cargo.lock index 6f9e4ab..9bb1930 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,7 +104,7 @@ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" [[package]] name = "avbroot" -version = "3.29.1" +version = "3.30.0" dependencies = [ "anyhow", "assert_matches", @@ -596,7 +596,7 @@ checksum = "ecb08c4819242b1ec89b3d0c6affa229005bef46ae4f7eed8b80768187c10087" [[package]] name = "e2e" -version = "3.29.1" +version = "3.30.0" dependencies = [ "anyhow", "avbroot", @@ -692,7 +692,7 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "fuzz" -version = "3.29.1" +version = "3.30.0" dependencies = [ "avbroot", "honggfuzz", @@ -2331,7 +2331,7 @@ dependencies = [ [[package]] name = "xtask" -version = "3.29.1" +version = "3.30.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 17e005f..c58c628 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"] resolver = "2" [workspace.package] -version = "3.29.1" +version = "3.30.0" license = "GPL-3.0-only" edition = "2024" repository = "https://github.com/chenxiaolong/avbroot"