Skip to content

Commit 88d33ad

Browse files
committed
0.4.2
1 parent d61d448 commit 88d33ad

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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.2] - 2018-05-07
9+
- Implement `--help`
10+
811
## [v0.4.1] - 2018-05-06
912
- Fix docs link in Cargo.toml
1013

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.1"
11+
version = "0.4.2"
1212

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

0 commit comments

Comments
 (0)