diff --git a/CHANGELOG.md b/CHANGELOG.md index 36276f4d9..1c930435e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ 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 + +- 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 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"