File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
- # [ Unreleased ]
1
+ # [ v0.7.0 ]
2
2
3
3
## Added
4
- - Added ` NoBootArgsInserted ` error type used when calling ` as_cstring ` on a ` Cmdline `
5
- containing only init args.
6
- - Added ` InvalidCapacity ` error type used when trying to create a ` Cmdline `
7
- either with zero capacity (using ` new ` or ` try_from ` ) or with smaller capacity
8
- than required for arguments (using ` try_from ` ).
9
4
- Added ` insert_init_args ` method allowing insertion of init arguments into ` Cmdline ` .
10
5
11
6
## Changed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " linux-loader"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
authors = [" Cathy Zhang <cathy.zhang@intel.com>" ]
5
5
edition = " 2021"
6
6
license = " Apache-2.0 AND BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments