Skip to content

Commit 0989dd6

Browse files
committed
0.4.7
1 parent d4bf8c9 commit 0989dd6

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.7] - 2018-06-17
9+
- Update configuration parsing to remove special treatment for `sysroot_path`
10+
811
## [v0.4.6] - 2018-06-17
912
- Unset RUSTFLAGS for sysroot building to support using the `--emit-link` flag.
1013

@@ -352,7 +355,8 @@ stage = 1
352355

353356
- Initial release
354357

355-
[Unreleased]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.6...HEAD
358+
[Unreleased]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.7...HEAD
359+
[v0.4.7]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.6...v0.4.7
356360
[v0.4.6]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.5...v0.4.6
357361
[v0.4.5]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.4...v0.4.5
358362
[v0.4.4]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.3...v0.4.4

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.6"
11+
version = "0.4.7"
1212

1313
[dependencies]
1414
error-chain = "0.7.2"

0 commit comments

Comments
 (0)