From 46662796a0ebbfd2b630369b9f849f0b12d0c24a Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sat, 27 Apr 2024 17:47:09 -0400 Subject: [PATCH] Version 3.1.2 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 +- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc7d600..52acea1 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.1.2 * Use `fastboot flashall` for initial setup to avoid needing to manually flash every partition ([PR #253]) * Remove binary test files in the git repo and generate them at runtime ([Issue #265], [PR #276]) diff --git a/Cargo.lock b/Cargo.lock index f874ce7..a2de3c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,7 +108,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "avbroot" -version = "3.1.1" +version = "3.1.2" dependencies = [ "anyhow", "assert_matches", @@ -532,7 +532,7 @@ dependencies = [ [[package]] name = "e2e" -version = "3.1.1" +version = "3.1.2" dependencies = [ "anyhow", "avbroot", @@ -626,7 +626,7 @@ dependencies = [ [[package]] name = "fuzz" -version = "3.1.1" +version = "3.1.2" dependencies = [ "avbroot", "honggfuzz", @@ -2045,7 +2045,7 @@ dependencies = [ [[package]] name = "xtask" -version = "3.1.1" +version = "3.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index a20b55a..79d5c2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"] resolver = "2" [workspace.package] -version = "3.1.1" +version = "3.1.2" license = "GPL-3.0-only" edition = "2021" repository = "https://github.com/chenxiaolong/avbroot"