Skip to content

Commit

Permalink
chore: release v0.1.51 (rust-lang#215)
Browse files Browse the repository at this point in the history
* chore: release

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Trevor Gross <[email protected]>
  • Loading branch information
github-actions[bot] and tgross35 authored Aug 15, 2024
1 parent 63bde55 commit f89c724
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cmake"
version = "0.1.50"
version = "0.1.51"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit f89c724

Please sign in to comment.