Skip to content

Commit d9dd20e

Browse files
authoredMar 21, 2025··
chore: release v1.2.17 (#1435)
1 parent c964f0e commit d9dd20e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.2.17](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.16...cc-v1.2.17) - 2025-03-21
10+
11+
### Other
12+
13+
- Regenerate target info ([#1439](https://github.com/rust-lang/cc-rs/pull/1439))
14+
- Regenerate windows sys bindings ([#1437](https://github.com/rust-lang/cc-rs/pull/1437))
15+
- Fix wasm32-wali-linux-musl target parsing ([#1434](https://github.com/rust-lang/cc-rs/pull/1434))
16+
- Parse `rustc` target names ([#1413](https://github.com/rust-lang/cc-rs/pull/1413))
17+
- Regenerate target info ([#1429](https://github.com/rust-lang/cc-rs/pull/1429))
18+
- Added base support for `wasm32-wali-linux-musl` target ([#1373](https://github.com/rust-lang/cc-rs/pull/1373))
19+
920
## [1.2.16](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.15...cc-v1.2.16) - 2025-02-28
1021

1122
### Fixed

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cc"
3-
version = "1.2.16"
3+
version = "1.2.17"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/cc-rs"

0 commit comments

Comments
 (0)
Please sign in to comment.