Skip to content

Commit d435d5a

Browse files
committed
Bump version
1 parent fca3258 commit d435d5a

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.6.1
4+
5+
- Expand version message ([09c5cc4](https://github.com/trailofbits/build-wrap/commit/09c5cc4fcf294128217563196effdbb9c39903db))
6+
- Warn when an unrecognized key is found in config.toml ([b1766cb](https://github.com/trailofbits/build-wrap/commit/b1766cbc5c08bc075c1f7152ce1d7c6b0ed7e36c))
7+
- Ensure `build-wrap` works with edition 2021 ([9620f4a](https://github.com/trailofbits/build-wrap/commit/9620f4a679dc0b230628d61df6634a64a7164dd1))
8+
- Implement fix for build scripts in output directories ([83c00d2](https://github.com/trailofbits/build-wrap/commit/83c00d2637d64936f87f504eefdf6d01ada14f71))
9+
310
## 0.6.0
411

512
- BREAKING: Replace `$HOME/.config/build-wrap/allow.txt` with `$HOME/.config/build-wrap/config.toml`. Existing `allow.txt` files are now ignored. The new file supports `[allow]` and `[ignore]` sections with both `directories` and `packages` entries. ([212](https://github.com/trailofbits/build-wrap/pull/212))

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.6.0"
3+
version = "0.6.1"
44
authors = ["Samuel Moelius <sam@moeli.us>"]
55
description = "Help protect against malicious build scripts"
66
edition = "2024"

0 commit comments

Comments
 (0)