Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Oct 16, 2016
1 parent f9bbd7d commit bd8ebc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http:https://semver.org/).

## [Unreleased]

## [v0.2.0]

### Added

- Statically linked binary releases for Linux (x86 musl targets)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://i.imgur.com/pUIfnwu.jpg)
![Screenshot](https: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
Expand Down

0 comments on commit bd8ebc4

Please sign in to comment.