diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e31f07..59d78bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## [Unreleased] +## [0.1.54](https://github.com/rust-lang/cmake-rs/compare/v0.1.53...v0.1.54) - 2025-02-10 + +### Other + +- Remove workaround for broken `cc-rs` versions ([#235](https://github.com/rust-lang/cmake-rs/pull/235)) +- Be more precise in the description of `register_dep` ([#238](https://github.com/rust-lang/cmake-rs/pull/238)) + ## [0.1.53](https://github.com/rust-lang/cmake-rs/compare/v0.1.52...v0.1.53) - 2025-01-27 ### Other diff --git a/Cargo.toml b/Cargo.toml index 8a106b7..7d4d9fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cmake" -version = "0.1.53" +version = "0.1.54" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" readme = "README.md"