diff --git a/CHANGELOG.md b/CHANGELOG.md index a748b44..230c2e5 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.6.0 * Add support for gzip compression when computing CoW size estimates ([Issue #332], [PR #333]) * This allows `--replace` to successfully replace dynamic partitions on legacy devices, like the Pixel 4a 5G diff --git a/Cargo.lock b/Cargo.lock index 0138456..5766911 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "avbroot" -version = "3.5.0" +version = "3.6.0" dependencies = [ "anyhow", "assert_matches", @@ -548,7 +548,7 @@ dependencies = [ [[package]] name = "e2e" -version = "3.5.0" +version = "3.6.0" dependencies = [ "anyhow", "avbroot", @@ -642,7 +642,7 @@ dependencies = [ [[package]] name = "fuzz" -version = "3.5.0" +version = "3.6.0" dependencies = [ "avbroot", "honggfuzz", @@ -2066,7 +2066,7 @@ dependencies = [ [[package]] name = "xtask" -version = "3.5.0" +version = "3.6.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index bde4434..6a6719e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"] resolver = "2" [workspace.package] -version = "3.5.0" +version = "3.6.0" license = "GPL-3.0-only" edition = "2021" repository = "https://github.com/chenxiaolong/avbroot"