-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) | ||
|