diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ae426..3ea4e20 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.15.0 * Add support for changing the virtual A/B compression algorithm ([PR #437]) * For devices that launched with Android <14, `--vabc-algo lz4` can significantly increase OTA installation speed when using a custom OTA updater app (with caveats). There is no difference when sideloading from recovery mode. diff --git a/Cargo.lock b/Cargo.lock index 31a6a4c..d0cc0eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,7 +110,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "avbroot" -version = "3.14.0" +version = "3.15.0" dependencies = [ "anyhow", "assert_matches", @@ -556,7 +556,7 @@ checksum = "ecb08c4819242b1ec89b3d0c6affa229005bef46ae4f7eed8b80768187c10087" [[package]] name = "e2e" -version = "3.14.0" +version = "3.15.0" dependencies = [ "anyhow", "avbroot", @@ -651,7 +651,7 @@ dependencies = [ [[package]] name = "fuzz" -version = "3.14.0" +version = "3.15.0" dependencies = [ "avbroot", "honggfuzz", @@ -2078,7 +2078,7 @@ dependencies = [ [[package]] name = "xtask" -version = "3.14.0" +version = "3.15.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 816cb7c..07081dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"] resolver = "2" [workspace.package] -version = "3.14.0" +version = "3.15.0" license = "GPL-3.0-only" edition = "2021" repository = "https://github.com/chenxiaolong/avbroot"