File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1+ # 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 ) .
6+
7+ ## [ Unreleased]
8+
9+ ## [ 0.1.51] ( https://github.com/rust-lang/cmake-rs/compare/v0.1.50...v0.1.51 ) - 2024-08-15
10+
11+ ### Other
12+ - Fix cross compilation on android armv7 and x86 ([ #186 ] ( https://github.com/rust-lang/cmake-rs/pull/186 ) )
13+ - Improve visionOS support ([ #209 ] ( https://github.com/rust-lang/cmake-rs/pull/209 ) )
14+ - Merge pull request [ #196 ] ( https://github.com/rust-lang/cmake-rs/pull/196 ) from FlorianDenis/fdenis/bump_version
15+ - Merge pull request [ #214 ] ( https://github.com/rust-lang/cmake-rs/pull/214 ) from tgross35/release-plz
16+ - Fix Clippy errors and enable Clippy checks in CI
17+ - Allow a deprecated VS version
18+ - Add CI caching and extra checks
19+ - Disable the FreeBSD cross compilation test
20+ - Update configuration for BSD ` target_os `
21+ - Bump CI toolchain versions
22+ - Update solaris and Windows cross compile CI
23+ - Update ` libz-sys ` version
24+ - Remove MIPS from CI
25+ - Add JOM generator support ([ #183 ] ( https://github.com/rust-lang/cmake-rs/pull/183 ) )
26+ - Fix LLVM typo in comment ([ #184 ] ( https://github.com/rust-lang/cmake-rs/pull/184 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " cmake"
3- version = " 0.1.50 "
3+ version = " 0.1.51 "
44authors = [
" Alex Crichton <[email protected] >" ]
55license = " MIT OR Apache-2.0"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments