From 32889eaf25621a7caf47ff13e496d5abad499d70 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 31 Dec 2019 11:56:36 +0100 Subject: [PATCH 1/2] version bump for 0.3.19 release --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ee81c..7dc8bc2 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] - ?? + +### 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] From 795db6b1594e7063caa2158e322734899b21c1ae Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 31 Dec 2019 12:08:19 +0100 Subject: [PATCH 2/2] we should be able to get this done today --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc8bc2..67ce83e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [v0.3.19] - ?? +## [v0.3.19] - 2019-12-31 ### Added