From 590bdd23ff92fdc76b7e3fd57ddc6cd6785ce388 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 18 Dec 2018 18:53:52 +0100 Subject: [PATCH] v0.3.13 --- CHANGELOG.md | 15 ++++++++++++++- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28bf0fe..3d982a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.3.13] - 2018-12-18 + +### Fixed + +- Xargo now works again with recent nightlies. + +### Added + +- When the `XARGO_KEEP_TEMP` env variable is set Xargo will keep the temporary + directory used to build the sysroot. This is useful for debugging problems in + Xargo. + ## [v0.3.12] - 2018-04-08 ### Changed @@ -322,7 +334,8 @@ stage = 1 - Initial release -[Unreleased]: https://github.com/japaric/xargo/compare/v0.3.12...HEAD +[Unreleased]: https://github.com/japaric/xargo/compare/v0.3.13...HEAD +[v0.3.13]: https://github.com/japaric/xargo/compare/v0.3.12...v0.3.13 [v0.3.12]: https://github.com/japaric/xargo/compare/v0.3.11...v0.3.12 [v0.3.11]: https://github.com/japaric/xargo/compare/v0.3.10...v0.3.11 [v0.3.10]: https://github.com/japaric/xargo/compare/v0.3.9...v0.3.10 diff --git a/Cargo.toml b/Cargo.toml index bbcf68d..1303b5f 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.12" +version = "0.3.13" [dependencies] error-chain = "0.7.2"