diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e46eb6..25cf48a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [0.1.58](https://github.com/rust-lang/cmake-rs/compare/v0.1.57...v0.1.58) - 2025-12-18 + +### Other + +- Switch to main ([#266](https://github.com/rust-lang/cmake-rs/pull/266)) + ## [0.1.57](https://github.com/rust-lang/cmake-rs/compare/v0.1.56...v0.1.57) - 2025-12-17 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index fbec126..36e7c70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cmake" -version = "0.1.57" +version = "0.1.58" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" readme = "README.md"