Skip to content

Commit 5555160

Browse files
chore(cc): release v2.0.0
1 parent 36948ab commit 5555160

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.35](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.34...cc-v1.2.35) - 2025-09-01
11+
12+
### Fixed
13+
14+
- fix building for aarch64-apple-visionos-sim on nightly ([#1534](https://github.com/rust-lang/cc-rs/pull/1534))
15+
- fix tests apple_sdkroot_wrong ([#1530](https://github.com/rust-lang/cc-rs/pull/1530))
16+
17+
### Other
18+
19+
- Fix semver-checks: Add back functino `windows_registry::find` ([#1539](https://github.com/rust-lang/cc-rs/pull/1539))
20+
- fix crates-io trusted publishing in publish.yml ([#1538](https://github.com/rust-lang/cc-rs/pull/1538))
21+
- use trusted publishing in publish.yml ([#1537](https://github.com/rust-lang/cc-rs/pull/1537))
22+
- Regenerate target info ([#1536](https://github.com/rust-lang/cc-rs/pull/1536))
23+
- Optimize Tool::to_command ([#1535](https://github.com/rust-lang/cc-rs/pull/1535))
24+
- Extract windows-find-tools ([#1531](https://github.com/rust-lang/cc-rs/pull/1531))
25+
- Add prefer_clang_cl_over_msvc ([#1516](https://github.com/rust-lang/cc-rs/pull/1516))
26+
1027
## [1.2.34](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.33...cc-v1.2.34) - 2025-08-22
1128

1229
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cc"
3-
version = "1.2.34"
3+
version = "1.2.35"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/cc-rs"

0 commit comments

Comments
 (0)