diff --git a/CHANGELOG.md b/CHANGELOG.md index b587562..acc9a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## [Unreleased] +## [0.1.52](https://github.com/rust-lang/cmake-rs/compare/v0.1.51...v0.1.52) - 2024-08-19 + +### Other +- Change `--build` to use an absolute path +- Merge pull request [#195](https://github.com/rust-lang/cmake-rs/pull/195) from meowtec/feat/improve-fail-hint +- Improve hint for cmake not installed in Linux (code 127) + ## [0.1.51](https://github.com/rust-lang/cmake-rs/compare/v0.1.50...v0.1.51) - 2024-08-15 ### Added diff --git a/Cargo.toml b/Cargo.toml index 5b248c3..4d30aec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cmake" -version = "0.1.51" +version = "0.1.52" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" readme = "README.md"