Skip to content

Commit 7730863

Browse files
authored
Update CHANGELOG.md
1 parent 2ecf5ae commit 7730863

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

CHANGELOG.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,16 @@
11
# Changelog
2-
All notable changes to this project will be documented in this file.
3-
4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
62

73
## [Unreleased]
84

95
## [0.1.51](https://github.com/rust-lang/cmake-rs/compare/v0.1.50...v0.1.51) - 2024-08-15
106

11-
### Other
7+
### Added
8+
9+
- Add JOM generator support ([#183](https://github.com/rust-lang/cmake-rs/pull/183))
10+
- Improve visionOS support ([#209](https://github.com/rust-lang/cmake-rs/pull/209))
1211
- Use `Generic` for bare-metal systems ([#187](https://github.com/rust-lang/cmake-rs/pull/187))
12+
13+
### Fixed
14+
1315
- Fix cross compilation on android armv7 and x86 ([#186](https://github.com/rust-lang/cmake-rs/pull/186))
14-
- Improve visionOS support ([#209](https://github.com/rust-lang/cmake-rs/pull/209))
15-
- Merge pull request [#196](https://github.com/rust-lang/cmake-rs/pull/196) from FlorianDenis/fdenis/bump_version
16-
- Merge pull request [#214](https://github.com/rust-lang/cmake-rs/pull/214) from tgross35/release-plz
17-
- Fix Clippy errors and enable Clippy checks in CI
18-
- Allow a deprecated VS version
19-
- Add CI caching and extra checks
20-
- Disable the FreeBSD cross compilation test
21-
- Update configuration for BSD `target_os`
22-
- Bump CI toolchain versions
23-
- Update solaris and Windows cross compile CI
24-
- Update `libz-sys` version
25-
- Remove MIPS from CI
26-
- Add JOM generator support ([#183](https://github.com/rust-lang/cmake-rs/pull/183))
27-
- Fix LLVM typo in comment ([#184](https://github.com/rust-lang/cmake-rs/pull/184))
16+

0 commit comments

Comments
 (0)