Skip to content

Commit add53b2

Browse files
committed
0.4.9
1 parent 4d59cbf commit add53b2

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.9] - 2018-08-20
9+
- Add `cargo xclippy` command for invoking `cargo clippy`
10+
811
## [v0.4.8] - 2018-07-03
912
- Add `cargo xrustc` command for invoking `cargo rustc`
1013

@@ -358,7 +361,8 @@ stage = 1
358361

359362
- Initial release
360363

361-
[Unreleased]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.8...HEAD
364+
[Unreleased]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.9...HEAD
365+
[v0.4.9]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.8...v0.4.9
362366
[v0.4.8]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.7...v0.4.8
363367
[v0.4.7]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.6...v0.4.7
364368
[v0.4.6]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.5...v0.4.6

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.8"
11+
version = "0.4.9"
1212

1313
[lib]
1414
name = "xargo_lib"

0 commit comments

Comments
 (0)