diff --git a/CHANGELOG.md b/CHANGELOG.md index efc3e1d..e5d2450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.3.2 + +- Update documentation ([41a6361](https://github.com/trailofbits/build-wrap/commit/41a6361466840db58c3853992ff0826d230040bc). [56aded5](https://github.com/trailofbits/build-wrap/commit/56aded59a8630bacfe8298bee759b459948fa374), and [f08ed71](https://github.com/trailofbits/build-wrap/commit/f08ed71f1f5c8857a4733196a2a0a692d7091ceb)) +- Check for Bubblewrap AppArmor profile before declaring `build-wrap` enabled on Ubuntu 24.04 ([81](https://github.com/trailofbits/build-wrap/pull/81)) + ## 0.3.1 - Reduce error message verbosity ([58](https://github.com/trailofbits/build-wrap/pull/58)) diff --git a/Cargo.lock b/Cargo.lock index d06e61f..67274c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,7 +101,7 @@ dependencies = [ [[package]] name = "build-wrap" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index edaf9f1..cb882e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "build-wrap" -version = "0.3.1" +version = "0.3.2" authors = ["Samuel Moelius "] description = "Help protect against malicious build scripts" edition = "2021"