Skip to content

Commit af580f2

Browse files
committed
Bump version
1 parent 7d34760 commit af580f2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.5.1
4+
5+
- Eliminate reliance on `once_cell` ([115](https://github.com/trailofbits/build-wrap/pull/115))
6+
37
## 0.5.0
48

59
- FEATURE: Support `$HOME/.config/build-wrap/allow.txt`. A package whose name appears in this file will be built as though `BUILD_WRAP_ALLOW` were set to `1`. ([104](https://github.com/trailofbits/build-wrap/pull/104))

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "build-wrap"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Samuel Moelius <[email protected]>"]
55
description = "Help protect against malicious build scripts"
66
edition = "2021"

0 commit comments

Comments
 (0)