From 55551601e14a7bd815fa82e9c9bb466c9a1dc951 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 09:47:19 +0000 Subject: [PATCH 1/3] chore(cc): release v2.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe8a729..60a6228e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.35](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.34...cc-v1.2.35) - 2025-09-01 + +### Fixed + +- fix building for aarch64-apple-visionos-sim on nightly ([#1534](https://github.com/rust-lang/cc-rs/pull/1534)) +- fix tests apple_sdkroot_wrong ([#1530](https://github.com/rust-lang/cc-rs/pull/1530)) + +### Other + +- Fix semver-checks: Add back functino `windows_registry::find` ([#1539](https://github.com/rust-lang/cc-rs/pull/1539)) +- fix crates-io trusted publishing in publish.yml ([#1538](https://github.com/rust-lang/cc-rs/pull/1538)) +- use trusted publishing in publish.yml ([#1537](https://github.com/rust-lang/cc-rs/pull/1537)) +- Regenerate target info ([#1536](https://github.com/rust-lang/cc-rs/pull/1536)) +- Optimize Tool::to_command ([#1535](https://github.com/rust-lang/cc-rs/pull/1535)) +- Extract windows-find-tools ([#1531](https://github.com/rust-lang/cc-rs/pull/1531)) +- Add prefer_clang_cl_over_msvc ([#1516](https://github.com/rust-lang/cc-rs/pull/1516)) + ## [1.2.34](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.33...cc-v1.2.34) - 2025-08-22 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 0efc4c32..b0a00256 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc" -version = "1.2.34" +version = "1.2.35" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cc-rs" From 0598545c8f276b6d0f8dff581155c12191c07d6f Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Mon, 1 Sep 2025 19:57:33 +1000 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60a6228e..ad00f836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,9 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other -- Fix semver-checks: Add back functino `windows_registry::find` ([#1539](https://github.com/rust-lang/cc-rs/pull/1539)) -- fix crates-io trusted publishing in publish.yml ([#1538](https://github.com/rust-lang/cc-rs/pull/1538)) -- use trusted publishing in publish.yml ([#1537](https://github.com/rust-lang/cc-rs/pull/1537)) - Regenerate target info ([#1536](https://github.com/rust-lang/cc-rs/pull/1536)) - Optimize Tool::to_command ([#1535](https://github.com/rust-lang/cc-rs/pull/1535)) - Extract windows-find-tools ([#1531](https://github.com/rust-lang/cc-rs/pull/1531)) From 3b97dfc0a2f7d7b82550bfd000ab8e7fb5527818 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Mon, 1 Sep 2025 19:58:10 +1000 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad00f836..6b72d333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Regenerate target info ([#1536](https://github.com/rust-lang/cc-rs/pull/1536)) - Optimize Tool::to_command ([#1535](https://github.com/rust-lang/cc-rs/pull/1535)) -- Extract windows-find-tools ([#1531](https://github.com/rust-lang/cc-rs/pull/1531)) +- Extract find-msvc-tools ([#1531](https://github.com/rust-lang/cc-rs/pull/1531)) - Add prefer_clang_cl_over_msvc ([#1516](https://github.com/rust-lang/cc-rs/pull/1516)) ## [1.2.34](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.33...cc-v1.2.34) - 2025-08-22