Update version to 0.3.26 and add changelog entry

This commit is contained in:
Sebastian Dröge
2022-10-26 09:36:06 +03:00
parent d27d5d4215
commit 75d43e1a4f
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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
+1 -1
View File
@@ -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"