Skip to content

Commit 7aae48f

Browse files
author
Jorge Aparicio
committed
release v0.1.1
1 parent 69fc4fe commit 7aae48f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [v0.1.1] - 2016-12-28
9+
810
### Added
911

1012
- Support for `x86_64-unknown-linux-musl`
@@ -15,4 +17,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1517

1618
- Initial release. Supports 12 targets.
1719

18-
[Unreleased]: https://github.com/japaric/cross/compare/v0.1.0...HEAD
20+
[Unreleased]: https://github.com/japaric/cross/compare/v0.1.1...HEAD
21+
[v0.1.1]: https://github.com/japaric/cross/compare/v0.1.0...v0.1.1

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.1-dev"
10+
version = "0.1.1"
1111

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

0 commit comments

Comments
 (0)