File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
17
# [ v0.4.0]
2
18
3
19
## Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " linux-loader"
3
- version = " 0.4 .0"
3
+ version = " 0.5 .0"
4
4
authors = [
" Cathy Zhang <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0 AND BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments