Skip to content

Commit f7d622e

Browse files
committed
Release v0.2.5
1 parent 98532cd commit f7d622e

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.5] - 2023-02-03
11+
1012
## Fixed
1113

1214
- #962 - fix SELinux labels to allow use in multiple containers and/or the host filesystem.
@@ -369,7 +371,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
369371
<!-- prettier-ignore-start -->
370372
<!-- next-url -->
371373

372-
[Unreleased]: https://github.com/cross-rs/cross/compare/v0.2.4...HEAD
374+
[Unreleased]: https://github.com/cross-rs/cross/compare/v0.2.5...HEAD
375+
376+
[v0.2.5]: https://github.com/cross-rs/cross/compare/v0.2.4...v0.2.5
373377

374378
[v0.2.4]: https://github.com/cross-rs/cross/compare/v0.2.3...v0.2.4
375379

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

0 commit comments

Comments
 (0)