diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e2615..12d0072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.17] - 2019-11-02 + +### Fixed + +- Fix support for multiple version number constraints (#95) + ## [0.3.16] - 2019-09-09 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 5a8f4a8..e847363 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pkg-config" -version = "0.3.16" +version = "0.3.17" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/pkg-config-rs"