diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c7519fa..07eb04062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [v0.2.3] - 2022-07-08 + ### Added - #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/). -[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 diff --git a/Cargo.lock b/Cargo.lock index e2e058a5c..55d993317 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,7 +150,7 @@ checksum = "fb58b6451e8c2a812ad979ed1d83378caa5e927eef2622017a45f251457c2c9d" [[package]] name = "cross" -version = "0.2.2" +version = "0.2.3" dependencies = [ "atty", "clap", diff --git a/Cargo.toml b/Cargo.toml index 53492a4aa..a7918d6f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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/**/*",