From f89c724532f3509bb390e9ed24bf3dc17d610a41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 05:01:57 -0500 Subject: [PATCH] chore: release v0.1.51 (#215) * chore: release * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Trevor Gross --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b587562 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [Unreleased] + +## [0.1.51](https://github.com/rust-lang/cmake-rs/compare/v0.1.50...v0.1.51) - 2024-08-15 + +### 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)) + 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"