Skip to content

Commit

Permalink
Update version and CHANGELOG.md to 0.3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Dec 20, 2023
1 parent 9e485f0 commit 333771e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,16 @@ 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.28] - 2023-12-20

### Fixed

- Pass -l:libfoo.a to linker directly (#149).

### Changed

- Improve error message when library not found (#158).

## [0.3.27] - 2023-05-03

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

name = "pkg-config"
version = "0.3.27"
version = "0.3.28"
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 333771e

Please sign in to comment.