diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ee81c..67ce83e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [v0.3.19] - 2019-12-31 + +### Added + +- Added a `xargo-check` binary that can be used for check-only builds of libstd + (thanks to @Aaron1011). + ## [v0.3.18] - 2019-12-08 ### Added diff --git a/Cargo.lock b/Cargo.lock index d651cca..01e42dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,7 +469,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "xargo" -version = "0.3.18" +version = "0.3.19" dependencies = [ "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d7883cb..e498e65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["cli", "cross", "compilation", "std"] license = "MIT OR Apache-2.0" name = "xargo" repository = "https://github.com/japaric/xargo" -version = "0.3.18" +version = "0.3.19" default-run = "xargo" [dependencies]