Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 authored Aug 15, 2024
1 parent 2ecf5ae commit 7730863
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 7730863

Please sign in to comment.