Skip to content

Releases: trailofbits/build-wrap

Release 0.6.1

10 Apr 11:24
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.6.1

  • Expand version message (09c5cc4)
  • Warn when an unrecognized key is found in config.toml (b1766cb)
  • Ensure build-wrap works with edition 2021 (9620f4a)
  • Implement fix for build scripts in output directories (83c00d2)

v0.6.0

17 Feb 15:16

Choose a tag to compare

0.6.0

  • 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)
  • Dependency upgrades:
    • toml to version 1.0
    • xdg to version 3.0

v0.5.1

04 Feb 12:57

Choose a tag to compare

0.5.1

  • Eliminate reliance on once_cell (115)

v0.5.0

14 Dec 21:04

Choose a tag to compare

0.5.0

  • 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)

v0.4.1

25 Nov 00:57

Choose a tag to compare

0.4.1

  • Unset CARGO_TARGET_DIR when building the wrapper package (aa4a646)

v0.4.0

25 Oct 13:38

Choose a tag to compare

0.4.0

  • FEATURE: Rename the original build script and refer to it from the "wrapper" built script, rather than include the original build script as a byte array (86 and 89)

v0.3.2

16 Oct 10:48

Choose a tag to compare

0.3.2

  • Update documentation (41a6361. 56aded5, and f08ed71)
  • Check for Bubblewrap AppArmor profile before declaring build-wrap enabled on Ubuntu 24.04 (81)

v0.3.1

22 Jul 23:47

Choose a tag to compare

0.3.1

  • Reduce error message verbosity (58)

v0.3.0

07 May 11:23

Choose a tag to compare

0.3.0

  • FEATURE: Show whether build-wrap is enabled in help message (72a5991)
  • FEATURE: Add BUILD_WRAP_ALLOW environment variable. When set, if running a build script under BUILD_WRAP_CMD fails, the failure is reported and the build script is rerun normally. (639b21b)