We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b109981 commit ad0a007Copy full SHA for ad0a007
CHANGELOG.md
@@ -1,11 +1,6 @@
1
-# [Unreleased]
+# [v0.7.0]
2
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
- Added `insert_init_args` method allowing insertion of init arguments into `Cmdline`.
10
11
## Changed
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "linux-loader"
-version = "0.6.0"
+version = "0.7.0"
authors = ["Cathy Zhang <[email protected]>"]
edition = "2021"
license = "Apache-2.0 AND BSD-3-Clause"
0 commit comments