From 02ae9cd0e3cd01a52af6c88e7069171d01bbfb87 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sat, 21 Sep 2024 18:42:42 -0400 Subject: [PATCH] Version 3.7.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 5ec18cc..bb5e38f 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.7.0 * Fix a nasty regression since version 2.0.0 where recovery mode's `otacerts.zip` modifications were lost when using `--prepatched` with Magisk on some older devices, like the Pixel 4a ([Issue #356], [PR #357]) * This affected older devices without `vendor_boot` or `recovery` partitions. diff --git a/Cargo.lock b/Cargo.lock index 7fef853..c0ae6f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "avbroot" -version = "3.6.0" +version = "3.7.0" dependencies = [ "anyhow", "assert_matches", @@ -591,7 +591,7 @@ dependencies = [ [[package]] name = "e2e" -version = "3.6.0" +version = "3.7.0" dependencies = [ "anyhow", "avbroot", @@ -685,7 +685,7 @@ dependencies = [ [[package]] name = "fuzz" -version = "3.6.0" +version = "3.7.0" dependencies = [ "avbroot", "honggfuzz", @@ -2040,7 +2040,7 @@ dependencies = [ [[package]] name = "xtask" -version = "3.6.0" +version = "3.7.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6a6719e..b0d4951 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"] resolver = "2" [workspace.package] -version = "3.6.0" +version = "3.7.0" license = "GPL-3.0-only" edition = "2021" repository = "https://github.com/chenxiaolong/avbroot"