From a194eed392d97d28b9cd5f194022403e652a048e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 10:19:04 +0000 Subject: [PATCH] chore: release v0.1.56 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"