@@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.2.39] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.38...cc-v1.2.39 ) - 2025-09-26
11
+
12
+ ### Other
13
+
14
+ - Fix cross compilation to xtensa-esp32s3-espidf ([ #1569 ] ( https://github.com/rust-lang/cc-rs/pull/1569 ) )
15
+ - Fix autodetect_wasi_compiler: support non utf-8 path ([ #1568 ] ( https://github.com/rust-lang/cc-rs/pull/1568 ) )
16
+ - Regenerate target info ([ #1567 ] ( https://github.com/rust-lang/cc-rs/pull/1567 ) )
17
+ - Fix rustcflags mapping: require -Clinker-plugin-lto for -flto ([ #1564 ] ( https://github.com/rust-lang/cc-rs/pull/1564 ) )
18
+ - Use ` $WASI_SDK_PATH ` on WASI targets by default ([ #1562 ] ( https://github.com/rust-lang/cc-rs/pull/1562 ) )
19
+ - Fix atomicity violations in concurrent cache operations ([ #1559 ] ( https://github.com/rust-lang/cc-rs/pull/1559 ) )
20
+
21
+ ## [ 1.2.38] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.37...cc-v1.2.38 ) - 2025-09-19
22
+
23
+ ### Other
24
+
25
+ - updated the following local packages: find-msvc-tools
26
+
27
+ ## [ 1.2.37] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.36...cc-v1.2.37 ) - 2025-09-12
28
+
29
+ ### Other
30
+
31
+ - Fix errmsg in RustcCodegenFlags::set_rustc_flag ([ #1551 ] ( https://github.com/rust-lang/cc-rs/pull/1551 ) )
32
+ - propagate stack protector to Linux C compilers ([ #1550 ] ( https://github.com/rust-lang/cc-rs/pull/1550 ) )
33
+ - Extract new fn ` run_commands_in_parallel ` ([ #1549 ] ( https://github.com/rust-lang/cc-rs/pull/1549 ) )
34
+
10
35
## [ 1.2.36] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.35...cc-v1.2.36 ) - 2025-09-05
11
36
12
37
### Other
@@ -73,38 +98,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
73
98
- ability to statically link against C++ stdlib ([ #1497 ] ( https://github.com/rust-lang/cc-rs/pull/1497 ) )
74
99
- Add instructions on using sccache ([ #1503 ] ( https://github.com/rust-lang/cc-rs/pull/1503 ) )
75
100
- Add support for recognizing some architectures supported by GCC, but not LLVM. ([ #1500 ] ( https://github.com/rust-lang/cc-rs/pull/1500 ) )
76
- # Changelog
77
- All notable changes to this project will be documented in this file.
78
-
79
- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
80
- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
81
-
82
- ## [ Unreleased]
83
-
84
- ## [ 1.2.39] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.38...cc-v1.2.39 ) - 2025-09-26
85
-
86
- ### Other
87
-
88
- - Fix cross compilation to xtensa-esp32s3-espidf ([ #1569 ] ( https://github.com/rust-lang/cc-rs/pull/1569 ) )
89
- - Fix autodetect_wasi_compiler: support non utf-8 path ([ #1568 ] ( https://github.com/rust-lang/cc-rs/pull/1568 ) )
90
- - Regenerate target info ([ #1567 ] ( https://github.com/rust-lang/cc-rs/pull/1567 ) )
91
- - Fix rustcflags mapping: require -Clinker-plugin-lto for -flto ([ #1564 ] ( https://github.com/rust-lang/cc-rs/pull/1564 ) )
92
- - Use ` $WASI_SDK_PATH ` on WASI targets by default ([ #1562 ] ( https://github.com/rust-lang/cc-rs/pull/1562 ) )
93
- - Fix atomicity violations in concurrent cache operations ([ #1559 ] ( https://github.com/rust-lang/cc-rs/pull/1559 ) )
94
-
95
- ## [ 1.2.38] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.37...cc-v1.2.38 ) - 2025-09-19
96
-
97
- ### Other
98
-
99
- - updated the following local packages: find-msvc-tools
100
-
101
- ## [ 1.2.37] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.36...cc-v1.2.37 ) - 2025-09-12
102
-
103
- ### Other
104
-
105
- - Fix errmsg in RustcCodegenFlags::set_rustc_flag ([ #1551 ] ( https://github.com/rust-lang/cc-rs/pull/1551 ) )
106
- - propagate stack protector to Linux C compilers ([ #1550 ] ( https://github.com/rust-lang/cc-rs/pull/1550 ) )
107
- - Extract new fn ` run_commands_in_parallel ` ([ #1549 ] ( https://github.com/rust-lang/cc-rs/pull/1549 ) )
108
101
109
102
## [ 1.2.30] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.2.29...cc-v1.2.30 ) - 2025-07-18
110
103
0 commit comments