Skip to content

Commit 8536aa8

Browse files
committed
Release v0.2.5
1 parent b95898a commit 8536aa8

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-04
11+
1012
## Fixed
1113

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

373-
[Unreleased]: https://github.com/cross-rs/cross/compare/v0.2.4...HEAD
375+
[Unreleased]: https://github.com/cross-rs/cross/compare/v0.2.5...HEAD
376+
377+
[v0.2.5]: https://github.com/cross-rs/cross/compare/v0.2.4...v0.2.5
374378

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

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)