We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b689783 commit 5214c2cCopy full SHA for 5214c2c
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
## [Unreleased]
4
5
+## [0.1.52](https://github.com/rust-lang/cmake-rs/compare/v0.1.51...v0.1.52) - 2024-08-23
6
+
7
+### Other
8
+- Add a `success` job to CI
9
+- Change `--build` to use an absolute path
10
+- Merge pull request [#195](https://github.com/rust-lang/cmake-rs/pull/195) from meowtec/feat/improve-fail-hint
11
+- Improve hint for cmake not installed in Linux (code 127)
12
13
## [0.1.51](https://github.com/rust-lang/cmake-rs/compare/v0.1.50...v0.1.51) - 2024-08-15
14
15
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "cmake"
-version = "0.1.51"
+version = "0.1.52"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
0 commit comments