Skip to content

Commit c1707a9

Browse files
committed
v0.1.13
1 parent 2a8ea48 commit c1707a9

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.1.13] - 2017-11-08
9+
10+
### Added
11+
12+
- Support for the custom [`deb`] subcommand.
13+
14+
[`deb`]: https://github.com/mmstick/cargo-deb
15+
16+
- Partial `test` / `run` support for android targets. Using the android API via `cross run` / `cross
17+
test` is *not* supported because Cross is using QEMU instead of the official Android emulator.
18+
19+
- Partial support for the `sparcv9-sun-solaris` and `x86_64-sun-solaris` targets. `cross test` and
20+
`cross run` doesn't work for these new targets.
21+
22+
- OpenSSL support for the `i686-unknown-linux-musl` target.
23+
24+
### Changed
25+
26+
- Bump OpenSSL version to 1.0.2m.
27+
828
## [v0.1.12] - 2017-09-22
929

1030
### Added
@@ -165,7 +185,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
165185

166186
- Initial release. Supports 12 targets.
167187

168-
[Unreleased]: https://github.com/japaric/cross/compare/v0.1.12...HEAD
188+
[Unreleased]: https://github.com/japaric/cross/compare/v0.1.13...HEAD
189+
[v0.1.13]: https://github.com/japaric/cross/compare/v0.1.12...v0.1.13
169190
[v0.1.12]: https://github.com/japaric/cross/compare/v0.1.11...v0.1.12
170191
[v0.1.11]: https://github.com/japaric/cross/compare/v0.1.10...v0.1.11
171192
[v0.1.10]: https://github.com/japaric/cross/compare/v0.1.9...v0.1.10

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.13-dev"
10+
version = "0.1.13"
1111

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

0 commit comments

Comments
 (0)