Skip to content

Commit

Permalink
release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Jan 14, 2017
1 parent 57f1f6d commit b60a4b1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http:https://semver.org/).

## [Unreleased]

## [v0.1.5] - 2017-01-14

### Added

- `cross run` support for the thumb targets.
Expand All @@ -17,7 +19,15 @@ This project adheres to [Semantic Versioning](http:https://semver.org/).

- A `sparc64-unknown-linux-gnu` environment.

- A `x86_64-unknown-dragonfly` environment .
- A `x86_64-unknown-dragonfly` environment.

### Changed

- Building older versions (<0.7.0) of the `openssl` crate is now supported.

- Before Docker is invoked, `cross` will *always* (re)generate the lockfile to
avoid errors later on due to read/write permissions. This removes the need to
call `cargo generate-lockfile` before `cross` in *all* cases.

## [v0.1.4] - 2017-01-07

Expand Down Expand Up @@ -68,7 +78,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.4...HEAD
[Unreleased]: https://github.com/japaric/cross/compare/v0.1.5...HEAD
[v0.1.5]: https://github.com/japaric/cross/compare/v0.1.4...v0.1.5
[v0.1.4]: https://github.com/japaric/cross/compare/v0.1.3...v0.1.4
[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
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.5-dev"
version = "0.1.5"

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

0 comments on commit b60a4b1

Please sign in to comment.