From b3199d8585bdb17a14c1ccc44a33cf4d54a71088 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 03:57:13 +0000 Subject: [PATCH] chore(cc): release v1.2.48 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 023613de..5af19795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.50](https://github.com/phoepsilonix/cc-rs/compare/cc-v1.2.49...cc-v1.2.50) - 2025-12-19 + +### Fixed + +- *(#172)* prevent OUT_DIR escape for '..' file paths (#1631) + +### Other + +- Fix #283: Make warnings(false) actually suppress compiler warnings ([#1633](https://github.com/phoepsilonix/cc-rs/pull/1633)) + ## [1.2.49](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.48...cc-v1.2.49) - 2025-12-06 ### Other diff --git a/Cargo.toml b/Cargo.toml index 0e1ac170..54bcae3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc" -version = "1.2.49" +version = "1.2.50" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cc-rs"