diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d2450..2bf1d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 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](https://github.com/trailofbits/build-wrap/pull/86) and [89](https://github.com/trailofbits/build-wrap/pull/89)) + ## 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)) diff --git a/Cargo.lock b/Cargo.lock index aa635a3..75e6fd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,7 +101,7 @@ dependencies = [ [[package]] name = "build-wrap" -version = "0.3.2" +version = "0.4.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index cb882e0..70e5501 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "build-wrap" -version = "0.3.2" +version = "0.4.0" authors = ["Samuel Moelius "] description = "Help protect against malicious build scripts" edition = "2021"