Skip to content

Commit

Permalink
Release 0.3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Jan 17, 2024
1 parent ed9ef8e commit ee294db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,14 @@ 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).

## [0.3.29] - 2024-01-17

### Fixed

- Detection and usage of Windows static libraries (#154).

- Passing `-Wl,-u` to the linker if specified in the pkg-config file (#154).

## [0.3.28] - 2023-12-20

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "pkg-config"
version = "0.3.28"
version = "0.3.29"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/pkg-config-rs"
Expand Down

0 comments on commit ee294db

Please sign in to comment.