diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ae76c..cfe2238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.1.7] + ### Fixed - The sysroot now gets rebuilt when rust-src changes. @@ -59,7 +61,8 @@ to *always* trigger a sysroot rebuild. - Initial release -[Unreleased]: https://github.com/japaric/xargo/compare/v0.1.6...HEAD +[Unreleased]: https://github.com/japaric/xargo/compare/v0.1.7...HEAD +[v0.1.6]: https://github.com/japaric/xargo/compare/v0.1.6...v0.1.7 [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 diff --git a/Cargo.toml b/Cargo.toml index 9eaba43..9e115fa 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.6" +version = "0.1.7" [dependencies] cargo = "0.10.0"