diff --git a/CHANGELOG.md b/CHANGELOG.md index beff3dd6b..35a2dac8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.0](https://github.com/rust-lang/cc-rs/compare/cc-v1.3.0...cc-v1.4.0) - 2026-07-24 + +### Added + +- support trim paths with clang-cl.exe ([#1799](https://github.com/rust-lang/cc-rs/pull/1799)) + ## [1.3.0](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.67...cc-v1.3.0) - 2026-07-18 ### Added diff --git a/Cargo.toml b/Cargo.toml index 1515a5c65..5c97eaeb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc" -version = "1.3.0" +version = "1.4.0" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cc-rs"