diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe22a7..9e46eb6 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 + +### Fixed + +- 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"