Skip to content

Commit

Permalink
Merge pull request #138 from rust-lang/0.3.26-release
Browse files Browse the repository at this point in the history
Update version to 0.3.26 and add changelog entry
  • Loading branch information
sdroege authored Oct 26, 2022
2 parents d5e10b7 + 4d99718 commit 947aea5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.26] - 2022-10-26

### Added

- Support for handling full paths to libraries in addition to normal `-l`
linker flags (#134).

## [0.3.25] - 2022-03-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "pkg-config"
version = "0.3.25"
version = "0.3.26"
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 947aea5

Please sign in to comment.