Skip to content

Commit f49bcef

Browse files
committed
release version 0.2.2
1 parent ceaf631 commit f49bcef

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

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.2] - 2022-06-24
11+
1012
### Added
1113

1214
- #803 - added `CROSS_CUSTOM_TOOLCHAIN` to disable automatic installation of components for use with tools like `cargo-bisect-rustc`
@@ -324,7 +326,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
324326
<!-- prettier-ignore-start -->
325327
<!-- next-url -->
326328

327-
[Unreleased]: https://github.com/cross-rs/cross/compare/v0.2.1...HEAD
329+
[Unreleased]: https://github.com/cross-rs/cross/compare/v0.2.2...HEAD
330+
331+
[v0.2.2]: https://github.com/cross-rs/cross/compare/v0.2.1...v0.2.2
328332
[v0.2.1]: https://github.com/cross-rs/cross/compare/v0.2.0...v0.2.1
329333
[v0.2.0]: https://github.com/cross-rs/cross/compare/v0.1.16...v0.2.0
330334
[v0.1.16]: https://github.com/cross-rs/cross/compare/v0.1.15...v0.1.16

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-rc.1"
9+
version = "0.2.2"
1010
edition = "2021"
1111
include = [
1212
"src/**/*",

0 commit comments

Comments
 (0)