Skip to content

Commit 434afe6

Browse files
chore: release v0.1.57 (#268)
## πŸ€– New release * `cmake`: 0.1.56 -> 0.1.57 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.1.57](v0.1.56...v0.1.57) - 2025-12-17 ### Fixed - Revert canonicalizing the build directory and make the path absolute instead ([#267](#267)) </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> Co-authored-by: Chris Denton <chris@chrisdenton.dev>
1 parent 899f26d commit 434afe6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

33
## [Unreleased]
44

5+
## [0.1.57](https://github.com/rust-lang/cmake-rs/compare/v0.1.56...v0.1.57) - 2025-12-17
6+
7+
### Fixed
8+
9+
- Revert canonicalizing the build directory and make the path absolute instead ([#267](https://github.com/rust-lang/cmake-rs/pull/267))
10+
511
## [0.1.56](https://github.com/rust-lang/cmake-rs/compare/v0.1.55...v0.1.56) - 2025-12-13
612

713
### 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.56"
3+
version = "0.1.57"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
Β (0)