Skip to content

Commit

Permalink
Merge #932
Browse files Browse the repository at this point in the history
932: release version 0.2.4 r=Alexhuszagh a=Emilgardis

release v0.2.4


Co-authored-by: Emil Gardström <emil.gardstrom@gmail.com>
  • Loading branch information
bors[bot] and Emilgardis committed Jul 10, 2022
2 parents 89ac49d + 8d415fa commit 4645d93
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 47 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - ReleaseDate

## [v0.2.4] - 2022-07-10

## Fixed

- #930 - fix any parsing of 1-character subcommands
Expand Down Expand Up @@ -362,7 +364,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
<!-- prettier-ignore-start -->
<!-- next-url -->

[Unreleased]: https://github.com/cross-rs/cross/compare/v0.2.3...HEAD
[Unreleased]: https://github.com/cross-rs/cross/compare/v0.2.4...HEAD

[v0.2.4]: https://github.com/cross-rs/cross/compare/v0.2.3...v0.2.4

[v0.2.3]: https://github.com/cross-rs/cross/compare/v0.2.2...v0.2.3

Expand Down
90 changes: 45 additions & 45 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 @@ -6,7 +6,7 @@ keywords = ["cross", "compilation", "testing", "tool"]
license = "MIT OR Apache-2.0"
name = "cross"
repository = "https://github.com/cross-rs/cross"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
include = [
"src/**/*",
Expand Down

0 comments on commit 4645d93

Please sign in to comment.