From cf064e145d34a489d7db05f9c0bb118a50638bbd Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Wed, 25 Dec 2024 20:05:57 -0500 Subject: [PATCH] Version 3.11.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 593f4a6..f6cc66f 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.11.0 * Fix crash when ignoring warning about `--magisk-preinit-device` not being specified ([PR #394]) * When using `--ignore-magisk-warnings`, assume that unsupported Magisk versions newer than the latest supported version are capable of all features ([Issue #393], [PR #395]) diff --git a/Cargo.lock b/Cargo.lock index a7b69e7..9ddbdeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,7 +109,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "avbroot" -version = "3.10.0" +version = "3.11.0" dependencies = [ "anyhow", "assert_matches", @@ -545,7 +545,7 @@ checksum = "ecb08c4819242b1ec89b3d0c6affa229005bef46ae4f7eed8b80768187c10087" [[package]] name = "e2e" -version = "3.10.0" +version = "3.11.0" dependencies = [ "anyhow", "avbroot", @@ -639,7 +639,7 @@ dependencies = [ [[package]] name = "fuzz" -version = "3.10.0" +version = "3.11.0" dependencies = [ "avbroot", "honggfuzz", @@ -2001,7 +2001,7 @@ dependencies = [ [[package]] name = "xtask" -version = "3.10.0" +version = "3.11.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5c5ad38..cf03ba1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"] resolver = "2" [workspace.package] -version = "3.10.0" +version = "3.11.0" license = "GPL-3.0-only" edition = "2021" repository = "https://github.com/chenxiaolong/avbroot"