Skip to content

Commit

Permalink
release v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Oct 7, 2016
1 parent 1572c88 commit 635ce90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.13] - 2016-10-06

### Added

- Xargo now builds a sysroot for the new built-in `thumbv*-none-eabi*` targets which don't ship with
Expand Down Expand Up @@ -111,7 +113,8 @@ to *always* trigger a sysroot rebuild.

- Initial release

[Unreleased]: https://github.com/japaric/xargo/compare/v0.1.12...HEAD
[Unreleased]: https://github.com/japaric/xargo/compare/v0.1.13...HEAD
[v0.1.12]: 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
[v0.1.11]: https://github.com/japaric/xargo/compare/v0.1.10...v0.1.11
[v0.1.10]: https://github.com/japaric/xargo/compare/v0.1.9...v0.1.10
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.12"
version = "0.1.13"

[dependencies]
cargo = "0.10.0"
Expand Down

0 comments on commit 635ce90

Please sign in to comment.