From 46359bf95c9a537bf3b6eb51ccf5882fade62a08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:54:19 +0000 Subject: [PATCH] chore: release v0.1.55 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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"