Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 15, 2024
1 parent f84bd51 commit 6e3cc9b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cmake"
version = "0.1.50"
version = "0.1.51"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 6e3cc9b

Please sign in to comment.