Skip to content

Commit

Permalink
v0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Nov 21, 2017
1 parent 91637e1 commit 6ce37c2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- Add support for the `i586-unknown-linux-gnu` target.
## [v0.1.14] - 2017-11-22

### Added

- Support for the `i586-unknown-linux-gnu` target.

### Changed

- Downgraded the Solaris toolchains from 2.11 to 2.10 to make the binaries produced by Cross more
compatible (this version matches what rust-lang/rust is using).

## [v0.1.13] - 2017-11-08

Expand Down Expand Up @@ -187,7 +196,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Initial release. Supports 12 targets.

[Unreleased]: https://github.com/japaric/cross/compare/v0.1.13...HEAD
[Unreleased]: https://github.com/japaric/cross/compare/v0.1.14...HEAD
[v0.1.14]: https://github.com/japaric/cross/compare/v0.1.13...v0.1.14
[v0.1.13]: https://github.com/japaric/cross/compare/v0.1.12...v0.1.13
[v0.1.12]: https://github.com/japaric/cross/compare/v0.1.11...v0.1.12
[v0.1.11]: https://github.com/japaric/cross/compare/v0.1.10...v0.1.11
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.14-dev"
version = "0.1.14"

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

0 comments on commit 6ce37c2

Please sign in to comment.