Skip to content

Commit 54cd37b

Browse files
committed
Bump version
1 parent 4cc24f7 commit 54cd37b

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.0
4+
5+
- 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))
6+
- Dependency upgrades:
7+
- `toml` to version 1.0
8+
- `xdg` to version 3.0
9+
310
## 0.5.1
411

512
- Eliminate reliance on `once_cell` ([115](https://github.com/trailofbits/build-wrap/pull/115))

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

0 commit comments

Comments
 (0)