Skip to content

Commit b8fb301

Browse files
chore: release v0.1.56 (#263)
## πŸ€– New release * `cmake`: 0.1.55 -> 0.1.56 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.1.56](v0.1.55...v0.1.56) - 2025-12-13 ### Other - Fallback to bundled CMake if present ([#264](#264)) - Use `cmake -B` only for v3.13 and later ([#262](#262)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 120d739 commit b8fb301

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased]
44

5+
## [0.1.56](https://github.com/rust-lang/cmake-rs/compare/v0.1.55...v0.1.56) - 2025-12-13
6+
7+
### Other
8+
9+
- Fallback to bundled CMake if present ([#264](https://github.com/rust-lang/cmake-rs/pull/264))
10+
- Use `cmake -B` only for v3.13 and later ([#262](https://github.com/rust-lang/cmake-rs/pull/262))
11+
512
## [0.1.55](https://github.com/rust-lang/cmake-rs/compare/v0.1.54...v0.1.55) - 2025-12-11
613

714
### Other

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmake"
3-
version = "0.1.55"
3+
version = "0.1.56"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
Β (0)