Skip to content

Commit

Permalink
Merge #923
Browse files Browse the repository at this point in the history
923: release version 0.2.3 r=Alexhuszagh,Dylan-DPC a=Emilgardis



Co-authored-by: Emil Gardström <[email protected]>
  • Loading branch information
bors[bot] and Emilgardis committed Jul 9, 2022
2 parents 66c0633 + 3ca9228 commit 55f43e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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:https://semver.org/).

## [Unreleased] - ReleaseDate

## [v0.2.3] - 2022-07-09

### Added

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

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

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

[v0.2.2]: https://github.com/cross-rs/cross/compare/v0.2.1...v0.2.2
[v0.2.1]: https://github.com/cross-rs/cross/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion 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.2"
version = "0.2.3"
edition = "2021"
include = [
"src/**/*",
Expand Down

0 comments on commit 55f43e0

Please sign in to comment.