diff --git a/CHANGELOG.md b/CHANGELOG.md index b68415f..0fe22a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## [Unreleased] +## [0.1.56](https://github.com/rust-lang/cmake-rs/compare/v0.1.55...v0.1.56) - 2025-12-13 + +### Other + +- Fallback to bundled CMake if present ([#264](https://github.com/rust-lang/cmake-rs/pull/264)) +- Use `cmake -B` only for v3.13 and later ([#262](https://github.com/rust-lang/cmake-rs/pull/262)) + ## [0.1.55](https://github.com/rust-lang/cmake-rs/compare/v0.1.54...v0.1.55) - 2025-12-11 ### Other diff --git a/Cargo.toml b/Cargo.toml index bae7091..3955a41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cmake" -version = "0.1.55" +version = "0.1.56" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" readme = "README.md"