Skip to content

Commit 2f015cb

Browse files
chore: release
1 parent fa0a83d commit 2f015cb

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
- Improve visionOS support ([#209](https://github.com/rust-lang/cmake-rs/pull/209))
13+
- Merge pull request [#196](https://github.com/rust-lang/cmake-rs/pull/196) from FlorianDenis/fdenis/bump_version
14+
- Merge pull request [#214](https://github.com/rust-lang/cmake-rs/pull/214) from tgross35/release-plz
15+
- Fix Clippy errors and enable Clippy checks in CI
16+
- Allow a deprecated VS version
17+
- Add CI caching and extra checks
18+
- Disable the FreeBSD cross compilation test
19+
- Update configuration for BSD `target_os`
20+
- Bump CI toolchain versions
21+
- Update solaris and Windows cross compile CI
22+
- Update `libz-sys` version
23+
- Remove MIPS from CI
24+
- Add JOM generator support ([#183](https://github.com/rust-lang/cmake-rs/pull/183))
25+
- Fix LLVM typo in comment ([#184](https://github.com/rust-lang/cmake-rs/pull/184))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmake"
3-
version = "0.1.50"
3+
version = "0.1.51"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)