diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e6b76c..a6e71a2 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.3.0 * Recompute CoW size estimate when replacing dynamic partitions ([Issue #306], [PR #307]) * Fixes out of space error when flashing a patched OTA that uses `--replace` to replace a dynamic partition (eg. `system`) with a larger or more incompressible image diff --git a/Cargo.lock b/Cargo.lock index d8db76d..f182cc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,7 +109,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "avbroot" -version = "3.2.3" +version = "3.3.0" dependencies = [ "anyhow", "assert_matches", @@ -534,7 +534,7 @@ dependencies = [ [[package]] name = "e2e" -version = "3.2.3" +version = "3.3.0" dependencies = [ "anyhow", "avbroot", @@ -628,7 +628,7 @@ dependencies = [ [[package]] name = "fuzz" -version = "3.2.3" +version = "3.3.0" dependencies = [ "avbroot", "honggfuzz", @@ -2068,7 +2068,7 @@ dependencies = [ [[package]] name = "xtask" -version = "3.2.3" +version = "3.3.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index de97299..45e677b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"] resolver = "2" [workspace.package] -version = "3.2.3" +version = "3.3.0" license = "GPL-3.0-only" edition = "2021" repository = "https://github.com/chenxiaolong/avbroot"