Skip to content

Commit

Permalink
release v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Jan 19, 2017
1 parent 1d8cd6c commit 688a1b1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.1.7] - 2017-01-19

### Changed

- Moved to a newer Xargo: v0.3.4

### Fixed

- QEMU interpreters were being register when not required, e.g. for the
Expand Down Expand Up @@ -90,7 +96,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Initial release. Supports 12 targets.

[Unreleased]: https://github.com/japaric/cross/compare/v0.1.6...HEAD
[Unreleased]: https://github.com/japaric/cross/compare/v0.1.7...HEAD
[v0.1.7]: https://github.com/japaric/cross/compare/v0.1.6...v0.1.7
[v0.1.6]: https://github.com/japaric/cross/compare/v0.1.5...v0.1.6
[v0.1.5]: https://github.com/japaric/cross/compare/v0.1.4...v0.1.5
[v0.1.4]: https://github.com/japaric/cross/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 @@ -7,7 +7,7 @@ keywords = ["cross", "compilation", "testing", "tool"]
license = "MIT OR Apache-2.0"
name = "cross"
repository = "https://github.com/japaric/cross"
version = "0.1.7-dev"
version = "0.1.7"

[dependencies]
error-chain = "0.7.1"
Expand Down

0 comments on commit 688a1b1

Please sign in to comment.