-
Notifications
You must be signed in to change notification settings - Fork 125
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
1 parent
f84bd51
commit 6e3cc9b
Showing
2 changed files
with
27 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# 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 | ||
- 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)) |
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