From d4c9db1ef67418fe654757fe752ecbabc0c2c61b Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 30 Sep 2016 21:14:38 -0500 Subject: [PATCH] release v0.1.11 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae27d6..61dd6b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.1.11] - 2016-09-30 + ### Fixed - `xargo clean` and other commands not associated to building stuff no longer trigger a sysroot @@ -97,7 +99,8 @@ to *always* trigger a sysroot rebuild. - Initial release -[Unreleased]: https://github.com/japaric/xargo/compare/v0.1.10...HEAD +[Unreleased]: https://github.com/japaric/xargo/compare/v0.1.11...HEAD +[v0.1.9]: https://github.com/japaric/xargo/compare/v0.1.10...v0.1.11 [v0.1.9]: https://github.com/japaric/xargo/compare/v0.1.9...v0.1.10 [v0.1.9]: https://github.com/japaric/xargo/compare/v0.1.8...v0.1.9 [v0.1.8]: https://github.com/japaric/xargo/compare/v0.1.7...v0.1.8 diff --git a/Cargo.lock b/Cargo.lock index ef9b7f7..84c4b79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "xargo" -version = "0.1.10" +version = "0.1.11" dependencies = [ "cargo 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0e94acc..81c4740 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["cli", "cross", "compilation", "custom", "target"] license = "MIT OR Apache-2.0" name = "xargo" repository = "https://github.com/japaric/xargo" -version = "0.1.10" +version = "0.1.11" [dependencies] cargo = "0.10.0"