diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d78bc..b68415f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## [0.1.55](https://github.com/rust-lang/cmake-rs/compare/v0.1.54...v0.1.55) - 2025-12-11 + +### Other + +- Remove the `\\?\` prefix from paths ([#259](https://github.com/rust-lang/cmake-rs/pull/259)) +- Add Visual Studio 2026 support ([#255](https://github.com/rust-lang/cmake-rs/pull/255)) +- Make sure that cmake generate build files in current dir ([#194](https://github.com/rust-lang/cmake-rs/pull/194)) +- Set the MSRV to 1.65 and test this in CI +- Canonicalize the build directory +- Use `eprintln` instead to print the command running next ([#191](https://github.com/rust-lang/cmake-rs/pull/191)) + ## [0.1.54](https://github.com/rust-lang/cmake-rs/compare/v0.1.53...v0.1.54) - 2025-02-10 ### Other diff --git a/Cargo.toml b/Cargo.toml index ce91829..bae7091 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cmake" -version = "0.1.54" +version = "0.1.55" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" readme = "README.md"