Skip to content

Commit a1ca96d

Browse files
committed
Bump version to 0.2.1.
1 parent e05d6a6 commit a1ca96d

File tree

3 files changed

+89
-58
lines changed

3 files changed

+89
-58
lines changed

CHANGELOG.md

+4-1
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.2.1] - 2020-06-30
9+
810
- Disabled `powerpc64-unknown-linux-gnu` image.
911
- Disabled `sparc64-unknown-linux-gnu` image.
1012
- Disabled `x86_64-unknown-dragonfly` image.
@@ -226,7 +228,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
226228

227229
- Initial release. Supports 12 targets.
228230

229-
[Unreleased]: https://github.com/rust-embedded/cross/compare/v0.2.0...HEAD
231+
[Unreleased]: https://github.com/rust-embedded/cross/compare/v0.2.1...HEAD
232+
[v0.2.1]: https://github.com/rust-embedded/cross/compare/v0.2.0...v0.2.1
230233
[v0.2.0]: https://github.com/rust-embedded/cross/compare/v0.1.16...v0.2.0
231234
[v0.1.16]: https://github.com/rust-embedded/cross/compare/v0.1.15...v0.1.16
232235
[v0.1.15]: https://github.com/rust-embedded/cross/compare/v0.1.14...v0.1.15

Cargo.lock

+84-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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/rust-embedded/cross"
10-
version = "0.2.0"
10+
version = "0.2.1"
1111
edition = "2018"
1212

1313
[dependencies]

0 commit comments

Comments
 (0)