Skip to content

Commit

Permalink
release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Dec 28, 2016
1 parent 69fc4fe commit 7aae48f
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.1] - 2016-12-28

### Added

- Support for `x86_64-unknown-linux-musl`
Expand All @@ -15,4 +17,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Initial release. Supports 12 targets.

[Unreleased]: https://github.com/japaric/cross/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/japaric/cross/compare/v0.1.1...HEAD
[v0.1.1]: https://github.com/japaric/cross/compare/v0.1.0...v0.1.1
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.1-dev"
version = "0.1.1"

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

0 comments on commit 7aae48f

Please sign in to comment.