diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9c95a..bece9d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.1.6] + ### Added - Xargo can now use the source code installed by rustup. When available, this is the preferred way @@ -53,7 +55,8 @@ to *always* trigger a sysroot rebuild. - Initial release -[Unreleased]: https://github.com/japaric/xargo/compare/v0.1.5...HEAD +[Unreleased]: https://github.com/japaric/xargo/compare/v0.1.6...HEAD +[v0.1.6]: https://github.com/japaric/xargo/compare/v0.1.5...v0.1.6 [v0.1.5]: https://github.com/japaric/xargo/compare/v0.1.4...v0.1.5 [v0.1.4]: https://github.com/japaric/xargo/compare/v0.1.3...v0.1.4 [v0.1.3]: https://github.com/japaric/xargo/compare/v0.1.2...v0.1.3 diff --git a/Cargo.toml b/Cargo.toml index 6c1b4d0..9eaba43 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.5" +version = "0.1.6" [dependencies] cargo = "0.10.0"