Version 3.12.0

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
This commit is contained in:
Andrew Gunnerson
2025-01-26 18:20:06 -05:00
parent fbe9f629ab
commit 43db728b9d
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
to update the actual links at the bottom of the file.
-->
### Unreleased
### Version 3.12.0
* Add new `-p <name>` option to `avbroot ota extract` for extracting specific partitions ([PR #408])
* Deprecate the `--boot-only` option in `avbroot ota extract` ([PR #408])
Generated
+4 -4
View File
@@ -110,7 +110,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "avbroot"
version = "3.11.0"
version = "3.12.0"
dependencies = [
"anyhow",
"assert_matches",
@@ -545,7 +545,7 @@ checksum = "ecb08c4819242b1ec89b3d0c6affa229005bef46ae4f7eed8b80768187c10087"
[[package]]
name = "e2e"
version = "3.11.0"
version = "3.12.0"
dependencies = [
"anyhow",
"avbroot",
@@ -639,7 +639,7 @@ dependencies = [
[[package]]
name = "fuzz"
version = "3.11.0"
version = "3.12.0"
dependencies = [
"avbroot",
"honggfuzz",
@@ -2002,7 +2002,7 @@ dependencies = [
[[package]]
name = "xtask"
version = "3.11.0"
version = "3.12.0"
dependencies = [
"anyhow",
"clap",
+1 -1
View File
@@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"]
resolver = "2"
[workspace.package]
version = "3.11.0"
version = "3.12.0"
license = "GPL-3.0-only"
edition = "2021"
repository = "https://github.com/chenxiaolong/avbroot"