Skip to content

Commit

Permalink
prepare v0.5.0 release
Browse files Browse the repository at this point in the history
See CHANGELOG.md file for details.

Signed-off-by: wanglei01 <[email protected]>
  • Loading branch information
wllenyj authored and andreeaflorescu committed Sep 8, 2022
1 parent e479821 commit 003b7cd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [v0.5.0]

## Fixed
- [[#104]](https://github.com/rust-vmm/linux-loader/issues/104) Fixed
the `--no-default-features` not working.

## Changed
- [[#111]](https://github.com/rust-vmm/linux-loader/pull/111) Use
caret requirements for dependencies.

## Added
- [[#99]](https://github.com/rust-vmm/linux-loader/pull/99) Implement
`Debug` and `PartialEq` for `CmdLine`.
- [[#100]](https://github.com/rust-vmm/linux-loader/pull/100) Added
`Clone` derive for `CmdLine`.

# [v0.4.0]

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linux-loader"
version = "0.4.0"
version = "0.5.0"
authors = ["Cathy Zhang <[email protected]>"]
edition = "2018"
license = "Apache-2.0 AND BSD-3-Clause"
Expand Down

0 comments on commit 003b7cd

Please sign in to comment.