Version 3.1.1

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
This commit is contained in:
Andrew Gunnerson
2024-03-05 21:59:41 -05:00
parent 4ce4863237
commit e71b964cfb
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.1.1
* Cache salted SHA-256 contexts for a small performance improvement ([PR #257])
* Fix loading certificates that have extra text outside of the marker lines ([PR #261])
Generated
+4 -4
View File
@@ -108,7 +108,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "avbroot"
version = "3.1.0"
version = "3.1.1"
dependencies = [
"anyhow",
"assert_matches",
@@ -532,7 +532,7 @@ dependencies = [
[[package]]
name = "e2e"
version = "3.1.0"
version = "3.1.1"
dependencies = [
"anyhow",
"avbroot",
@@ -626,7 +626,7 @@ dependencies = [
[[package]]
name = "fuzz"
version = "3.1.0"
version = "3.1.1"
dependencies = [
"avbroot",
"honggfuzz",
@@ -2045,7 +2045,7 @@ dependencies = [
[[package]]
name = "xtask"
version = "3.1.0"
version = "3.1.1"
dependencies = [
"anyhow",
"clap",
+1 -1
View File
@@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"]
resolver = "2"
[workspace.package]
version = "3.1.0"
version = "3.1.1"
license = "GPL-3.0-only"
edition = "2021"
repository = "https://github.com/chenxiaolong/avbroot"