Version 3.25.0

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
This commit is contained in:
Andrew Gunnerson
2026-02-16 00:17:39 -05:00
parent 16c1c2a4d3
commit 5df2ffa435
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.25.0
* Remove outdated mentions of guarantees provided by cap-std in `--help` text, which was removed in version 3.20.0 ([PR #561])
* Add new commands for packing and unpacking raw OTA zips ([PR #562])
Generated
+4 -4
View File
@@ -104,7 +104,7 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "avbroot"
version = "3.24.1"
version = "3.25.0"
dependencies = [
"anyhow",
"assert_matches",
@@ -567,7 +567,7 @@ checksum = "ecb08c4819242b1ec89b3d0c6affa229005bef46ae4f7eed8b80768187c10087"
[[package]]
name = "e2e"
version = "3.24.1"
version = "3.25.0"
dependencies = [
"anyhow",
"avbroot",
@@ -663,7 +663,7 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
[[package]]
name = "fuzz"
version = "3.24.1"
version = "3.25.0"
dependencies = [
"avbroot",
"honggfuzz",
@@ -2239,7 +2239,7 @@ dependencies = [
[[package]]
name = "xtask"
version = "3.24.1"
version = "3.25.0"
dependencies = [
"anyhow",
"clap",
+1 -1
View File
@@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"]
resolver = "2"
[workspace.package]
version = "3.24.1"
version = "3.25.0"
license = "GPL-3.0-only"
edition = "2024"
repository = "https://github.com/chenxiaolong/avbroot"