diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6b528..7192969 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.26.0 * Add new `--re-sign` option to `avbroot ota patch` for re-signing partitions that would otherwise be unmodified ([Issue #569], [PR #570]) * Warn when a partition is signed with an AOSP test key in `avbroot ota verify` ([Issue #569], [PR #571]) diff --git a/Cargo.lock b/Cargo.lock index 63b30d1..7aa947c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,7 +104,7 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "avbroot" -version = "3.25.0" +version = "3.26.0" dependencies = [ "anyhow", "assert_matches", @@ -567,7 +567,7 @@ checksum = "ecb08c4819242b1ec89b3d0c6affa229005bef46ae4f7eed8b80768187c10087" [[package]] name = "e2e" -version = "3.25.0" +version = "3.26.0" dependencies = [ "anyhow", "avbroot", @@ -663,7 +663,7 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "fuzz" -version = "3.25.0" +version = "3.26.0" dependencies = [ "avbroot", "honggfuzz", @@ -2239,7 +2239,7 @@ dependencies = [ [[package]] name = "xtask" -version = "3.25.0" +version = "3.26.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 19ee2f8..619768e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"] resolver = "2" [workspace.package] -version = "3.25.0" +version = "3.26.0" license = "GPL-3.0-only" edition = "2024" repository = "https://github.com/chenxiaolong/avbroot"