Skip to content

Commit

Permalink
Merge pull request #116 from rust-lang/release-0.3.19
Browse files Browse the repository at this point in the history
Release 0.3.19
  • Loading branch information
sdroege committed Oct 13, 2020
2 parents 9d276ae + 370b02a commit 5432578
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.3.19] - 2020-10-13

### Added

- Add `README.md` to be displayed on crates.io (#111).

- Support for `-isystem`, `-iquote` and `-idirafter` include flags (#115).

### Changed

- Improve documentation for cross-compilation (#113).

- Allow overriding system root via the `PKG_CONFIG_SYSROOT_DIR` or `SYSROOT`
environment variable (#82).

## [0.3.18] - 2020-07-11

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

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

0 comments on commit 5432578

Please sign in to comment.