Version 3.13.0

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
This commit is contained in:
Andrew Gunnerson
2025-03-12 18:39:59 -04:00
parent 1296275418
commit 0cdc7172dd
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.13.0
* Fix parsing Samsung `super.img` files in `avbroot lp` due to Samsung putting their own data structures in a region that's supposed to be filled with zeros ([PR #415])
* Add advanced option to skip replacing the OTA certificate in the system image ([Discussion #417], [PR #418])
Generated
+4 -4
View File
@@ -110,7 +110,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "avbroot"
version = "3.12.0"
version = "3.13.0"
dependencies = [
"anyhow",
"assert_matches",
@@ -637,7 +637,7 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
[[package]]
name = "e2e"
version = "3.12.0"
version = "3.13.0"
dependencies = [
"anyhow",
"avbroot",
@@ -738,7 +738,7 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
[[package]]
name = "fuzz"
version = "3.12.0"
version = "3.13.0"
dependencies = [
"avbroot",
"honggfuzz",
@@ -2203,7 +2203,7 @@ dependencies = [
[[package]]
name = "xtask"
version = "3.12.0"
version = "3.13.0"
dependencies = [
"anyhow",
"clap",
+1 -1
View File
@@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"]
resolver = "2"
[workspace.package]
version = "3.12.0"
version = "3.13.0"
license = "GPL-3.0-only"
edition = "2021"
repository = "https://github.com/chenxiaolong/avbroot"