diff --git a/CHANGELOG.md b/CHANGELOG.md index 629c1c8..640b58a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.1.13] - 2016-10-06 + ### Added - Xargo now builds a sysroot for the new built-in `thumbv*-none-eabi*` targets which don't ship with @@ -111,7 +113,8 @@ to *always* trigger a sysroot rebuild. - Initial release -[Unreleased]: https://github.com/japaric/xargo/compare/v0.1.12...HEAD +[Unreleased]: https://github.com/japaric/xargo/compare/v0.1.13...HEAD +[v0.1.12]: https://github.com/japaric/xargo/compare/v0.1.12...v0.1.13 [v0.1.12]: https://github.com/japaric/xargo/compare/v0.1.11...v0.1.12 [v0.1.11]: https://github.com/japaric/xargo/compare/v0.1.10...v0.1.11 [v0.1.10]: https://github.com/japaric/xargo/compare/v0.1.9...v0.1.10 diff --git a/Cargo.lock b/Cargo.lock index 9724a7d..ca047d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "xargo" -version = "0.1.12" +version = "0.1.13" 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 7d13ee1..6f8ec66 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.12" +version = "0.1.13" [dependencies] cargo = "0.10.0"