Skip to content

Commit b1d33d3

Browse files
committed
0.4.8
1 parent 1f1ccd0 commit b1d33d3

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
@@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.4.8] - 2018-07-03
9+
- Add `cargo xrustc` command for invoking `cargo rustc`
10+
811
## [v0.4.7] - 2018-06-17
912
- Update configuration parsing to remove special treatment for `sysroot_path`
1013

@@ -355,7 +358,8 @@ stage = 1
355358

356359
- Initial release
357360

358-
[Unreleased]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.7...HEAD
361+
[Unreleased]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.8...HEAD
362+
[v0.4.8]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.7...v0.4.8
359363
[v0.4.7]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.6...v0.4.7
360364
[v0.4.6]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.5...v0.4.6
361365
[v0.4.5]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.4...v0.4.5

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
@@ -8,7 +8,7 @@ keywords = ["cli", "cross", "compilation", "std", "osdev"]
88
license = "MIT OR Apache-2.0"
99
name = "cargo-xbuild"
1010
repository = "https://github.com/rust-osdev/cargo-xbuild"
11-
version = "0.4.7"
11+
version = "0.4.8"
1212

1313
[lib]
1414
name = "xargo_lib"

0 commit comments

Comments
 (0)