File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ Unreleased]
8+
9+ ## [ 1.0.100] ( https://github.com/rust-lang/cc-rs/compare/cc-v1.0.99...cc-v1.0.100 ) - 2024-06-23
10+
11+ ### Other
12+ - Update publish.yml to use release-plz ([ #1101 ] ( https://github.com/rust-lang/cc-rs/pull/1101 ) )
13+ - Accpet ` OsStr ` instead of ` str ` for flags ([ #1100 ] ( https://github.com/rust-lang/cc-rs/pull/1100 ) )
14+ - Use ` dep: ` syntax to avoid implicit features. ([ #1099 ] ( https://github.com/rust-lang/cc-rs/pull/1099 ) )
15+ - Minor clippy fixes. ([ #1098 ] ( https://github.com/rust-lang/cc-rs/pull/1098 ) )
16+ - Fix WASI compilation for C++ ([ #1083 ] ( https://github.com/rust-lang/cc-rs/pull/1083 ) )
17+ - Regenerate windows sys bindings ([ #1096 ] ( https://github.com/rust-lang/cc-rs/pull/1096 ) )
18+ - Rename regenerate-windows-sys to regenerate-windows-sys.yml ([ #1095 ] ( https://github.com/rust-lang/cc-rs/pull/1095 ) )
19+ - Create regenerate-windows-sys.yml ([ #1094 ] ( https://github.com/rust-lang/cc-rs/pull/1094 ) )
20+ - Update windows-bindgen requirement from 0.56 to 0.57 ([ #1091 ] ( https://github.com/rust-lang/cc-rs/pull/1091 ) )
21+ - Eagerly close tempfile to fix [ #1082 ] ( https://github.com/rust-lang/cc-rs/pull/1082 ) ([ #1087 ] ( https://github.com/rust-lang/cc-rs/pull/1087 ) )
22+ - Output msvc.exe in the output directory ([ #1090 ] ( https://github.com/rust-lang/cc-rs/pull/1090 ) )
23+ - Fix clippy warnings on Windows ([ #1088 ] ( https://github.com/rust-lang/cc-rs/pull/1088 ) )
24+ - Don't try to free DLL on drop ([ #1089 ] ( https://github.com/rust-lang/cc-rs/pull/1089 ) )
25+ - Fix panic safety issue in StderrForwarder ([ #1079 ] ( https://github.com/rust-lang/cc-rs/pull/1079 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " cc"
3- version = " 1.0.99 "
3+ version = " 1.0.100 "
44authors = [" Alex Crichton <alex@alexcrichton.com>" ]
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/rust-lang/cc-rs"
You can’t perform that action at this time.
0 commit comments