Skip to content

Commit 003b7cd

Browse files
wllenyjandreeaflorescu
authored andcommitted
prepare v0.5.0 release
See CHANGELOG.md file for details. Signed-off-by: wanglei01 <[email protected]>
1 parent e479821 commit 003b7cd

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [v0.5.0]
2+
3+
## Fixed
4+
- [[#104]](https://github.com/rust-vmm/linux-loader/issues/104) Fixed
5+
the `--no-default-features` not working.
6+
7+
## Changed
8+
- [[#111]](https://github.com/rust-vmm/linux-loader/pull/111) Use
9+
caret requirements for dependencies.
10+
11+
## Added
12+
- [[#99]](https://github.com/rust-vmm/linux-loader/pull/99) Implement
13+
`Debug` and `PartialEq` for `CmdLine`.
14+
- [[#100]](https://github.com/rust-vmm/linux-loader/pull/100) Added
15+
`Clone` derive for `CmdLine`.
16+
117
# [v0.4.0]
218

319
## Fixed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linux-loader"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Cathy Zhang <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0 AND BSD-3-Clause"

0 commit comments

Comments
 (0)