mirror of
https://github.com/openharmony/third_party_rust_pkg-config-rs.git
synced 2026-06-30 20:57:59 -04:00
Update version to 0.3.26 and add changelog entry
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user