From 833ca931e8d36a4773b79291383064806ab9d362 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 29 Dec 2023 20:57:22 -0500 Subject: [PATCH] Version 3.0.0 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 +- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- modules/oemunlockonboot/module.prop | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f4a030..5de0d48 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.0.0 Happy New Year! This release brings two major changes: diff --git a/Cargo.lock b/Cargo.lock index 6af81db..4b9c612 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,7 +108,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "avbroot" -version = "2.3.3" +version = "3.0.0" dependencies = [ "anyhow", "assert_matches", @@ -535,7 +535,7 @@ dependencies = [ [[package]] name = "e2e" -version = "2.3.3" +version = "3.0.0" dependencies = [ "anyhow", "avbroot", @@ -627,7 +627,7 @@ dependencies = [ [[package]] name = "fuzz" -version = "2.3.3" +version = "3.0.0" dependencies = [ "avbroot", "honggfuzz", @@ -1957,7 +1957,7 @@ dependencies = [ [[package]] name = "xtask" -version = "2.3.3" +version = "3.0.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 482d27d..cf84d5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"] resolver = "2" [workspace.package] -version = "2.3.3" +version = "3.0.0" license = "GPL-3.0-only" edition = "2021" repository = "https://github.com/chenxiaolong/avbroot" diff --git a/modules/oemunlockonboot/module.prop b/modules/oemunlockonboot/module.prop index 685bde3..951c13c 100644 --- a/modules/oemunlockonboot/module.prop +++ b/modules/oemunlockonboot/module.prop @@ -1,6 +1,6 @@ id=com.chiller3.avbroot.oemunlockonboot name=oemunlockonboot -version=v2.3.3 -versionCode=131843 +version=v3.0.0 +versionCode=196608 author=chenxiaolong description=Enable OEM unlocking on every boot