Skip to content

Commit 75659b7

Browse files
committed
0.5.0
1 parent e28ef35 commit 75659b7

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.5.0] - 2018-10-01
9+
- Error instead of warn when `cargo xbuild` is executed with a stable or beta compiler.
10+
811
## [v0.4.9] - 2018-08-20
912
- Add `cargo xclippy` command for invoking `cargo clippy`
1013

@@ -361,7 +364,8 @@ stage = 1
361364

362365
- Initial release
363366

364-
[Unreleased]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.9...HEAD
367+
[Unreleased]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.5.0...HEAD
368+
[v0.5.0]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.9...v0.5.0
365369
[v0.4.9]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.8...v0.4.9
366370
[v0.4.8]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.7...v0.4.8
367371
[v0.4.7]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.6...v0.4.7

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.9"
11+
version = "0.5.0"
1212

1313
[lib]
1414
name = "xargo_lib"

0 commit comments

Comments
 (0)