From ced407ca13165d31c4f45f2a2eccf3e43fd15c5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 07:42:11 +0000 Subject: [PATCH 1/2] chore(cc): release v1.2.67 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36276f4d9..e6bd244df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.67](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.66...cc-v1.2.67) - 2026-07-11 + +### Other + +- Bump taiki-e/install-action from 2.81.8 to 2.82.8 ([#1786](https://github.com/rust-lang/cc-rs/pull/1786)) +- Fix clippy warning ([#1788](https://github.com/rust-lang/cc-rs/pull/1788)) +- Regenerate target info ([#1785](https://github.com/rust-lang/cc-rs/pull/1785)) +- Add missing todo for deprecated API +- Add support for `aarch64-unknown-linux-pauthtest` target ([#1713](https://github.com/rust-lang/cc-rs/pull/1713)) +- Fix nightly compilation error ([#1783](https://github.com/rust-lang/cc-rs/pull/1783)) + ## [1.2.66](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.65...cc-v1.2.66) - 2026-07-05 ### Other diff --git a/Cargo.toml b/Cargo.toml index 904a185b0..93c3950df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc" -version = "1.2.66" +version = "1.2.67" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cc-rs" From d9ac22a43bc1cc87810f1bfa7568e5f203e594c7 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Sat, 11 Jul 2026 17:46:22 +1000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6bd244df..1c930435e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other -- Bump taiki-e/install-action from 2.81.8 to 2.82.8 ([#1786](https://github.com/rust-lang/cc-rs/pull/1786)) - Fix clippy warning ([#1788](https://github.com/rust-lang/cc-rs/pull/1788)) - Regenerate target info ([#1785](https://github.com/rust-lang/cc-rs/pull/1785)) -- Add missing todo for deprecated API - Add support for `aarch64-unknown-linux-pauthtest` target ([#1713](https://github.com/rust-lang/cc-rs/pull/1713)) - Fix nightly compilation error ([#1783](https://github.com/rust-lang/cc-rs/pull/1783))