Skip to content

Commit

Permalink
release v0.7.0
Browse files Browse the repository at this point in the history
Details in the CHANGELOG.

Signed-off-by: Traistaru Andrei Cristian <[email protected]>
  • Loading branch information
andreitraistaru authored and alxiord committed Oct 21, 2022
1 parent b109981 commit ad0a007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# [Unreleased]
# [v0.7.0]

## Added
- Added `NoBootArgsInserted` error type used when calling `as_cstring` on a `Cmdline`
containing only init args.
- Added `InvalidCapacity` error type used when trying to create a `Cmdline`
either with zero capacity (using `new` or `try_from`) or with smaller capacity
than required for arguments (using `try_from`).
- Added `insert_init_args` method allowing insertion of init arguments into `Cmdline`.

## Changed
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.6.0"
version = "0.7.0"
authors = ["Cathy Zhang <[email protected]>"]
edition = "2021"
license = "Apache-2.0 AND BSD-3-Clause"
Expand Down

0 comments on commit ad0a007

Please sign in to comment.