Skip to content

Commit 370b02a

Browse files
committed
Release 0.3.19
1 parent 9d276ae commit 370b02a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.19] - 2020-10-13
9+
10+
### Added
11+
12+
- Add `README.md` to be displayed on crates.io (#111).
13+
14+
- Support for `-isystem`, `-iquote` and `-idirafter` include flags (#115).
15+
16+
### Changed
17+
18+
- Improve documentation for cross-compilation (#113).
19+
20+
- Allow overriding system root via the `PKG_CONFIG_SYSROOT_DIR` or `SYSROOT`
21+
environment variable (#82).
22+
823
## [0.3.18] - 2020-07-11
924

1025
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "pkg-config"
4-
version = "0.3.18"
4+
version = "0.3.19"
55
authors = ["Alex Crichton <alex@alexcrichton.com>"]
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/rust-lang/pkg-config-rs"

0 commit comments

Comments
 (0)