Skip to content

Commit fa1ab48

Browse files
Merge #1209
1209: add commits from release v0.2.5 r=Emilgardis a=Emilgardis Co-authored-by: Emil Gardström <[email protected]>
2 parents 404ee1f + 29d068f commit fa1ab48

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased] - ReleaseDate
99

10+
## [v0.2.5] - 2023-02-04
11+
12+
## Fixed
13+
14+
- #962 - fix SELinux labels to allow use in multiple containers and/or the host filesystem.
15+
- #1166 - freebsd: include memstat in build image to fix build with libc 0.2.138 and up.
16+
- #1183 - resolve issue when using `pre-build` in `Cargo.toml`
17+
1018
## [v0.2.4] - 2022-07-10
1119

1220
### Fixed
@@ -364,7 +372,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
364372
<!-- prettier-ignore-start -->
365373
<!-- next-url -->
366374

367-
[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
368378

369379
[v0.2.4]: https://github.com/cross-rs/cross/compare/v0.2.3...v0.2.4
370380

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-2
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/**/*",
@@ -65,7 +65,6 @@ once_cell = "1.15"
6565
ignore = "0.4"
6666

6767
[package.metadata.release]
68-
dev-version = false
6968
push = false
7069
publish = false
7170
tag = false

0 commit comments

Comments
 (0)