Skip to content

Commit 55f43e0

Browse files
Merge #923
923: release version 0.2.3 r=Alexhuszagh,Dylan-DPC a=Emilgardis Co-authored-by: Emil Gardström <[email protected]>
2 parents 66c0633 + 3ca9228 commit 55f43e0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.3] - 2022-07-09
11+
1012
### Added
1113

1214
- #921 - use `CARGO_TERM_VERBOSE`, `CARGO_TERM_QUIET`, and `CARGO_TERM_COLOR` environment variables for cross terminal output.
@@ -355,7 +357,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
355357
<!-- prettier-ignore-start -->
356358
<!-- next-url -->
357359

358-
[Unreleased]: https://github.com/cross-rs/cross/compare/v0.2.2...HEAD
360+
[Unreleased]: https://github.com/cross-rs/cross/compare/v0.2.3...HEAD
361+
362+
[v0.2.3]: https://github.com/cross-rs/cross/compare/v0.2.2...v0.2.3
359363

360364
[v0.2.2]: https://github.com/cross-rs/cross/compare/v0.2.1...v0.2.2
361365
[v0.2.1]: https://github.com/cross-rs/cross/compare/v0.2.0...v0.2.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
@@ -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.2"
9+
version = "0.2.3"
1010
edition = "2021"
1111
include = [
1212
"src/**/*",

0 commit comments

Comments
 (0)