diff --git a/CHANGELOG.md b/CHANGELOG.md index 107cce3..6e31f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [0.1.53](https://github.com/rust-lang/cmake-rs/compare/v0.1.52...v0.1.53) - 2025-01-27 + +### Other + +- Disable broken Make jobserver support on OSX to fix parallel builds ([#229](https://github.com/rust-lang/cmake-rs/pull/229)) + ## [0.1.52](https://github.com/rust-lang/cmake-rs/compare/v0.1.51...v0.1.52) - 2024-11-25 ### Other diff --git a/Cargo.toml b/Cargo.toml index 4d30aec..c6f9e20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cmake" -version = "0.1.52" +version = "0.1.53" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" readme = "README.md"