From bd8ebc4c2f972cddf6a3fe5cc54ac7c3de3a5f82 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 16 Oct 2016 11:37:06 -0500 Subject: [PATCH] release v0.2.0 --- CHANGELOG.md | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b67874a..fc039b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.2.0] + ### Added - Statically linked binary releases for Linux (x86 musl targets) @@ -134,7 +136,8 @@ to *always* trigger a sysroot rebuild. - Initial release -[Unreleased]: https://github.com/japaric/xargo/compare/v0.1.14...HEAD +[Unreleased]: https://github.com/japaric/xargo/compare/v0.2.0...HEAD +[v0.2.0]: https://github.com/japaric/xargo/compare/v0.1.14...v0.2.0 [v0.1.14]: https://github.com/japaric/xargo/compare/v0.1.13...v0.1.14 [v0.1.13]: 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 diff --git a/README.md b/README.md index 6bae0d9..e92ff8c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The magic happens when you call `xargo` with the `--target` flag. In that case, care of building a sysroot with cross compiled crates and calling `cargo build` with the appropriate `RUSTFLAGS` variable. Example below: -![Screenshot](http://i.imgur.com/pUIfnwu.jpg) +![Screenshot](https://i.imgur.com/qAvB81X.png) `xargo` will cache the sysroot, so you can use it across different Cargo projects without having to build a sysroot for each project. `xargo` will also take care of rebuilding the sysroot when