Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Aug 6, 2016
1 parent 77ff6c8 commit 5a53531
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://semver.org/).

## [Unreleased]

## [v0.1.4] - 2016-08-06

### Added

- Support targets that don't support atomics (`"max-atomic-width": 0`). For these targets, Xargo
Expand Down Expand Up @@ -40,6 +42,7 @@ to *always* trigger a sysroot rebuild.

- Initial release

[Unreleased]: https://github.com/japaric/xargo/compare/v0.1.3...HEAD
[Unreleased]: https://github.com/japaric/xargo/compare/v0.1.4...HEAD
[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
[v0.1.2]: https://github.com/japaric/xargo/compare/v0.1.1...v0.1.2
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.3"
version = "0.1.4"

[dependencies]
cargo = "0.10.0"
Expand Down

0 comments on commit 5a53531

Please sign in to comment.