diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d78bc..f9537bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.55](https://github.com/rust-lang/cmake-rs/compare/v0.1.54...v0.1.55) - 2025-08-15 + +### Other + +- 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)) +# Changelog + ## [Unreleased] ## [0.1.54](https://github.com/rust-lang/cmake-rs/compare/v0.1.53...v0.1.54) - 2025-02-10 diff --git a/Cargo.toml b/Cargo.toml index c3d523a..26a58f6 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"