Skip to content

Commit ad0a007

Browse files
Traistaru Andrei Cristianalxiord
Traistaru Andrei Cristian
authored andcommitted
release v0.7.0
Details in the CHANGELOG. Signed-off-by: Traistaru Andrei Cristian <[email protected]>
1 parent b109981 commit ad0a007

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CHANGELOG.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
# [Unreleased]
1+
# [v0.7.0]
22

33
## 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`).
94
- Added `insert_init_args` method allowing insertion of init arguments into `Cmdline`.
105

116
## Changed

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.6.0"
3+
version = "0.7.0"
44
authors = ["Cathy Zhang <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0 AND BSD-3-Clause"

0 commit comments

Comments
 (0)