Skip to content

Commit 1ced396

Browse files
committed
Release 0.3.32
1 parent 86e0896 commit 1ced396

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.32] - 2025-03-03
9+
10+
### Fixed
11+
12+
- Suggest installing pkgconf via homebrew on macOS instead of pkg-config (#173)
13+
14+
- Quote failed pkg-config command correctly in error messages to allow for
15+
directly copy&pasting it into a shell (#175)
16+
817
## [0.3.31] - 2024-09-23
918

1019
### Fixed

Cargo.lock.msrv

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pkg-config"
3-
version = "0.3.31"
3+
version = "0.3.32"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/pkg-config-rs"

0 commit comments

Comments
 (0)