From 2ecf5aeb278757358247a24ec34ebaec4ae320e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 09:42:31 +0000 Subject: [PATCH 1/2] chore: release --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..235912e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.51](https://github.com/rust-lang/cmake-rs/compare/v0.1.50...v0.1.51) - 2024-08-15 + +### Other +- Use `Generic` for bare-metal systems ([#187](https://github.com/rust-lang/cmake-rs/pull/187)) +- Fix cross compilation on android armv7 and x86 ([#186](https://github.com/rust-lang/cmake-rs/pull/186)) +- Improve visionOS support ([#209](https://github.com/rust-lang/cmake-rs/pull/209)) +- Merge pull request [#196](https://github.com/rust-lang/cmake-rs/pull/196) from FlorianDenis/fdenis/bump_version +- Merge pull request [#214](https://github.com/rust-lang/cmake-rs/pull/214) from tgross35/release-plz +- Fix Clippy errors and enable Clippy checks in CI +- Allow a deprecated VS version +- Add CI caching and extra checks +- Disable the FreeBSD cross compilation test +- Update configuration for BSD `target_os` +- Bump CI toolchain versions +- Update solaris and Windows cross compile CI +- Update `libz-sys` version +- Remove MIPS from CI +- Add JOM generator support ([#183](https://github.com/rust-lang/cmake-rs/pull/183)) +- Fix LLVM typo in comment ([#184](https://github.com/rust-lang/cmake-rs/pull/184)) diff --git a/Cargo.toml b/Cargo.toml index 2eea665..5b248c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cmake" -version = "0.1.50" +version = "0.1.51" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" readme = "README.md" From 7730863588c69155ef69873b19f443c8e1d8bc1b Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Thu, 15 Aug 2024 05:00:54 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 235912e..b587562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,16 @@ # Changelog -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.1.51](https://github.com/rust-lang/cmake-rs/compare/v0.1.50...v0.1.51) - 2024-08-15 -### Other +### Added + +- Add JOM generator support ([#183](https://github.com/rust-lang/cmake-rs/pull/183)) +- Improve visionOS support ([#209](https://github.com/rust-lang/cmake-rs/pull/209)) - Use `Generic` for bare-metal systems ([#187](https://github.com/rust-lang/cmake-rs/pull/187)) + +### Fixed + - Fix cross compilation on android armv7 and x86 ([#186](https://github.com/rust-lang/cmake-rs/pull/186)) -- Improve visionOS support ([#209](https://github.com/rust-lang/cmake-rs/pull/209)) -- Merge pull request [#196](https://github.com/rust-lang/cmake-rs/pull/196) from FlorianDenis/fdenis/bump_version -- Merge pull request [#214](https://github.com/rust-lang/cmake-rs/pull/214) from tgross35/release-plz -- Fix Clippy errors and enable Clippy checks in CI -- Allow a deprecated VS version -- Add CI caching and extra checks -- Disable the FreeBSD cross compilation test -- Update configuration for BSD `target_os` -- Bump CI toolchain versions -- Update solaris and Windows cross compile CI -- Update `libz-sys` version -- Remove MIPS from CI -- Add JOM generator support ([#183](https://github.com/rust-lang/cmake-rs/pull/183)) -- Fix LLVM typo in comment ([#184](https://github.com/rust-lang/cmake-rs/pull/184)) +