diff --git a/CHANGELOG.md b/CHANGELOG.md index bfec23db5..7735fdcdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Changed + +- Fix the `i686-unknown-linux-musl` target + ## [v0.1.2] - 2016-12-31 ### Added @@ -24,6 +28,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Initial release. Supports 12 targets. -[Unreleased]: https://github.com/japaric/cross/compare/v0.1.2...HEAD +[Unreleased]: https://github.com/japaric/cross/compare/v0.1.3...HEAD +[v0.1.3]: https://github.com/japaric/cross/compare/v0.1.2...v0.1.3 [v0.1.2]: https://github.com/japaric/cross/compare/v0.1.1...v0.1.2 [v0.1.1]: https://github.com/japaric/cross/compare/v0.1.0...v0.1.1 diff --git a/Cargo.lock b/Cargo.lock index 9bcc5453b..80ee2fd33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cross" -version = "0.1.2" +version = "0.1.3" dependencies = [ "error-chain 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 550d42c12..40077b8e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.3-dev" +version = "0.1.3" [dependencies] error-chain = "0.7.1"