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"