Skip to content

Commit

Permalink
Bump version to 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Jun 30, 2020
1 parent e05d6a6 commit a1ca96d
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 58 deletions.
5 changes: 4 additions & 1 deletion 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://semver.org/).

## [Unreleased]

## [v0.2.1] - 2020-06-30

- Disabled `powerpc64-unknown-linux-gnu` image.
- Disabled `sparc64-unknown-linux-gnu` image.
- Disabled `x86_64-unknown-dragonfly` image.
Expand Down Expand Up @@ -226,7 +228,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Initial release. Supports 12 targets.

[Unreleased]: https://github.com/rust-embedded/cross/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/rust-embedded/cross/compare/v0.2.1...HEAD
[v0.2.1]: https://github.com/rust-embedded/cross/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/rust-embedded/cross/compare/v0.1.16...v0.2.0
[v0.1.16]: https://github.com/rust-embedded/cross/compare/v0.1.15...v0.1.16
[v0.1.15]: https://github.com/rust-embedded/cross/compare/v0.1.14...v0.1.15
Expand Down
140 changes: 84 additions & 56 deletions 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/rust-embedded/cross"
version = "0.2.0"
version = "0.2.1"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit a1ca96d

Please sign in to comment.