Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jul 22, 2024
1 parent faee7e4 commit 31a2b4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "build-wrap"
version = "0.3.0"
version = "0.3.1"
authors = ["Samuel Moelius <[email protected]>"]
description = "Help protect against malicious build scripts"
edition = "2021"
Expand Down

0 comments on commit 31a2b4f

Please sign in to comment.