From e5cd10067116e5d69045a784347e2c748b78939e Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Wed, 4 Oct 2023 15:00:14 +0800 Subject: [PATCH] Update changelog for 1.75.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6de8bdc12ce..75cc3a07afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## Cargo 1.75 (2023-12-28) +[59596f0f...HEAD](https://github.com/rust-lang/cargo/compare/59596f0f...HEAD) + +### Added + +### Changed + +### Fixed + +- Fixed corruption when cargo was killed while writing to files. + [#12744](https://github.com/rust-lang/cargo/pull/12744) + +### Nightly only + +### Documentation + +- profile: add missing `strip` info. + [#12754](https://github.com/rust-lang/cargo/pull/12754) + +### Internal + +- Updated to `itertools` 0.11.0. + [#12759](https://github.com/rust-lang/cargo/pull/12759) +- Updated to `cargo_metadata` 0.18.0. + [#12758](https://github.com/rust-lang/cargo/pull/12758) +- Disabled the `custom_target::custom_bin_target` test on windows-gnu. + [#12763](https://github.com/rust-lang/cargo/pull/12763) + ## Cargo 1.74 (2023-11-16) [80eca0e5...rust-1.74.0](https://github.com/rust-lang/cargo/compare/80eca0e5...rust-1.74.0)