From 856775fd2924f0dbcbf1c7e3dbdd96cbd5208dac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 19:30:19 +0000 Subject: [PATCH 1/2] chore: release v0.1.57 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe22a7..e468b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [0.1.57](https://github.com/rust-lang/cmake-rs/compare/v0.1.56...v0.1.57) - 2025-12-17 + +### Other + +- Revert canonicalizing the build directory and make the path absolute instead ([#267](https://github.com/rust-lang/cmake-rs/pull/267)) + ## [0.1.56](https://github.com/rust-lang/cmake-rs/compare/v0.1.55...v0.1.56) - 2025-12-13 ### Other diff --git a/Cargo.toml b/Cargo.toml index 3955a41..fbec126 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cmake" -version = "0.1.56" +version = "0.1.57" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" readme = "README.md" From 247937ee336a6483bb3c09b021776bce860577ac Mon Sep 17 00:00:00 2001 From: Chris Denton Date: Wed, 17 Dec 2025 19:32:30 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e468b81..9e46eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## [0.1.57](https://github.com/rust-lang/cmake-rs/compare/v0.1.56...v0.1.57) - 2025-12-17 -### Other +### Fixed - Revert canonicalizing the build directory and make the path absolute instead ([#267](https://github.com/rust-lang/cmake-rs/pull/267))