Skip to content

Commit

Permalink
Bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Nov 15, 2023
1 parent bcc2488 commit f006281
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "menu"
version = "0.3.2"
version = "0.4.0"
authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
description = "A simple #[no_std] command line interface."
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,17 @@ It contains multiple paragraphs and should be preceeded by the parameter list.

### Unreleased changes

* Changed the `struct Runner` to own the `struct Menu` instead of borrowing it.
* None

### v0.4.0

* Changed the `struct Runner` to own the `struct Menu` instead of borrowing it
* Made `struct Menu` implement `Clone`
* Add the possibility to disable local echo (via echo feature, enabled by default)

### v0.3.2

* Shortened help output.
* Shortened help output

### v0.3.1

Expand Down

0 comments on commit f006281

Please sign in to comment.