Skip to content

Commit

Permalink
release v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Sep 5, 2016
1 parent f1e1f30 commit cbb1b12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions 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://semver.org/).

## [Unreleased]

## [v0.1.8]

### Changed

- All the status messages are now printed to stderr instead of to stdout. Cargo did the same change
Expand Down Expand Up @@ -73,8 +75,9 @@ to *always* trigger a sysroot rebuild.

- Initial release

[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
[Unreleased]: https://github.com/japaric/xargo/compare/v0.1.8...HEAD
[v0.1.8]: https://github.com/japaric/xargo/compare/v0.1.7...v0.1.8
[v0.1.7]: 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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7"
version = "0.1.8"

[dependencies]
cargo = "0.10.0"
Expand Down

0 comments on commit cbb1b12

Please sign in to comment.