Skip to content

Commit 48d2b7b

Browse files
Merge #857
857: release v0.2.2 r=Alexhuszagh a=Emilgardis Release 0.2.2 🎉 Co-authored-by: Emil Gardström <[email protected]>
2 parents 345f5fc + f49bcef commit 48d2b7b

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
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.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: 4 additions & 4 deletions
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/**/*",
@@ -79,7 +79,7 @@ replace = "v{{version}}"
7979
[[package.metadata.release.pre-release-replacements]]
8080
file = "CHANGELOG.md"
8181
search = "\\.\\.\\.HEAD"
82-
replace = "...{{tag_name}}"
82+
replace = "...v{{version}}"
8383
exactly = 1
8484

8585
[[package.metadata.release.pre-release-replacements]]
@@ -96,10 +96,10 @@ exactly = 1
9696
[[package.metadata.release.pre-release-replacements]]
9797
file = "CHANGELOG.md"
9898
search = "<!-- next-url -->"
99-
replace = "<!-- next-url -->\n\n[Unreleased]: https://github.com/cross-rs/{{crate_name}}/compare/{{tag_name}}...HEAD"
99+
replace = "<!-- next-url -->\n\n[Unreleased]: https://github.com/cross-rs/{{crate_name}}/compare/v{{version}}...HEAD"
100100
exactly = 1
101101

102102
[package.metadata.binstall]
103-
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }"
103+
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.gz"
104104
bin-dir = "{ bin }{ binary-ext }"
105105
pkg-fmt = "tgz"

0 commit comments

Comments
 (0)