Skip to content

Commit

Permalink
v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Nov 8, 2017
1 parent 2a8ea48 commit c1707a9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ This project adheres to [Semantic Versioning](http:https://semver.org/).

## [Unreleased]

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

### Added

- Support for the custom [`deb`] subcommand.

[`deb`]: https://github.com/mmstick/cargo-deb

- Partial `test` / `run` support for android targets. Using the android API via `cross run` / `cross
test` is *not* supported because Cross is using QEMU instead of the official Android emulator.

- Partial support for the `sparcv9-sun-solaris` and `x86_64-sun-solaris` targets. `cross test` and
`cross run` doesn't work for these new targets.

- OpenSSL support for the `i686-unknown-linux-musl` target.

### Changed

- Bump OpenSSL version to 1.0.2m.

## [v0.1.12] - 2017-09-22

### Added
Expand Down Expand Up @@ -165,7 +185,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.12...HEAD
[Unreleased]: https://github.com/japaric/cross/compare/v0.1.13...HEAD
[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
[v0.1.10]: https://github.com/japaric/cross/compare/v0.1.9...v0.1.10
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.13-dev"
version = "0.1.13"

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

0 comments on commit c1707a9

Please sign in to comment.