Skip to content

Commit 4645d93

Browse files
Merge #932
932: release version 0.2.4 r=Alexhuszagh a=Emilgardis release v0.2.4 Co-authored-by: Emil Gardström <[email protected]>
2 parents 89ac49d + 8d415fa commit 4645d93

File tree

3 files changed

+51
-47
lines changed

3 files changed

+51
-47
lines changed

CHANGELOG.md

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

88
## [Unreleased] - ReleaseDate
99

10+
## [v0.2.4] - 2022-07-10
11+
1012
## Fixed
1113

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

365-
[Unreleased]: https://github.com/cross-rs/cross/compare/v0.2.3...HEAD
367+
[Unreleased]: https://github.com/cross-rs/cross/compare/v0.2.4...HEAD
368+
369+
[v0.2.4]: https://github.com/cross-rs/cross/compare/v0.2.3...v0.2.4
366370

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

Cargo.lock

Lines changed: 45 additions & 45 deletions
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
@@ -6,7 +6,7 @@ keywords = ["cross", "compilation", "testing", "tool"]
66
license = "MIT OR Apache-2.0"
77
name = "cross"
88
repository = "https://github.com/cross-rs/cross"
9-
version = "0.2.3"
9+
version = "0.2.4"
1010
edition = "2021"
1111
include = [
1212
"src/**/*",

0 commit comments

Comments
 (0)