Skip to content

Commit 6ce37c2

Browse files
committed
v0.1.14
1 parent 91637e1 commit 6ce37c2

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8-
- Add support for the `i586-unknown-linux-gnu` target.
8+
## [v0.1.14] - 2017-11-22
9+
10+
### Added
11+
12+
- Support for the `i586-unknown-linux-gnu` target.
13+
14+
### Changed
15+
16+
- Downgraded the Solaris toolchains from 2.11 to 2.10 to make the binaries produced by Cross more
17+
compatible (this version matches what rust-lang/rust is using).
918

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

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

188197
- Initial release. Supports 12 targets.
189198

190-
[Unreleased]: https://github.com/japaric/cross/compare/v0.1.13...HEAD
199+
[Unreleased]: https://github.com/japaric/cross/compare/v0.1.14...HEAD
200+
[v0.1.14]: https://github.com/japaric/cross/compare/v0.1.13...v0.1.14
191201
[v0.1.13]: https://github.com/japaric/cross/compare/v0.1.12...v0.1.13
192202
[v0.1.12]: https://github.com/japaric/cross/compare/v0.1.11...v0.1.12
193203
[v0.1.11]: https://github.com/japaric/cross/compare/v0.1.10...v0.1.11

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["cross", "compilation", "testing", "tool"]
77
license = "MIT OR Apache-2.0"
88
name = "cross"
99
repository = "https://github.com/japaric/cross"
10-
version = "0.1.14-dev"
10+
version = "0.1.14"
1111

1212
[dependencies]
1313
error-chain = "0.7.1"

0 commit comments

Comments
 (0)