From 31a2b4fb97bbf5339a10f3f97b4bc48bf12405ba Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Mon, 22 Jul 2024 18:53:31 -0400 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9770cd..efc3e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.3.1 + +- Reduce error message verbosity ([58](https://github.com/trailofbits/build-wrap/pull/58)) + ## 0.3.0 - FEATURE: Show whether `build-wrap` is enabled in help message ([72a5991](https://github.com/trailofbits/build-wrap/commit/72a5991c7cdc55250f78692598cc9ff48e23d338)) diff --git a/Cargo.lock b/Cargo.lock index 03ae686..39c8920 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,7 +100,7 @@ dependencies = [ [[package]] name = "build-wrap" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index d358eb2..5bb3c1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "build-wrap" -version = "0.3.0" +version = "0.3.1" authors = ["Samuel Moelius "] description = "Help protect against malicious build scripts" edition = "2021"