From 99b02100e38a031c739b6f5b5ae5acb1db8a9726 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:13:05 +0000 Subject: [PATCH] chore: release v0.1.58 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"