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 Jan 21, 2017
1 parent 27b0b6f commit 126652e
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:https://semver.org/).

## [Unreleased]

## [v0.1.8] - 2017-01-21

### Added

- Support for custom targets. Cross will now also try to use a docker image for
Expand Down Expand Up @@ -102,7 +104,8 @@ This project adheres to [Semantic Versioning](http:https://semver.org/).

- Initial release. Supports 12 targets.

[Unreleased]: https://github.com/japaric/cross/compare/v0.1.7...HEAD
[Unreleased]: https://github.com/japaric/cross/compare/v0.1.8...HEAD
[v0.1.8]: https://github.com/japaric/cross/compare/v0.1.7...v0.1.8
[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
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.8-dev"
version = "0.1.8"

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

0 comments on commit 126652e

Please sign in to comment.