Skip to content

Commit

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

## [Unreleased]

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

### Added

- Support for `cross check`. This subcommand won't use any Docker container.

### Changed

- `binfmt_misc` is not required on the host for toolchain v1.19.0 and newer.
With these toolchains `binfmt_misc` interpreters don't need to be installed
on the host saving a *privileged* docker run which some systems don't allow.

## [v0.1.11] - 2017-06-10

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

- Initial release. Supports 12 targets.

[Unreleased]: https://github.com/japaric/cross/compare/v0.1.11...HEAD
[Unreleased]: https://github.com/japaric/cross/compare/v0.1.12...HEAD
[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
[v0.1.9]: https://github.com/japaric/cross/compare/v0.1.8...v0.1.9
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.12-dev"
version = "0.1.12"

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

0 comments on commit 8e33c88

Please sign in to comment.