Skip to content

Commit be64eea

Browse files
authored
Merge pull request #16 from rust-embedded-community/release/v0.4.0
Bump to v0.4.0
2 parents bcc2488 + f006281 commit be64eea

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "menu"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
55
description = "A simple #[no_std] command line interface."
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,17 @@ It contains multiple paragraphs and should be preceeded by the parameter list.
169169

170170
### Unreleased changes
171171

172-
* Changed the `struct Runner` to own the `struct Menu` instead of borrowing it.
172+
* None
173+
174+
### v0.4.0
175+
176+
* Changed the `struct Runner` to own the `struct Menu` instead of borrowing it
173177
* Made `struct Menu` implement `Clone`
174178
* Add the possibility to disable local echo (via echo feature, enabled by default)
175179

176180
### v0.3.2
177181

178-
* Shortened help output.
182+
* Shortened help output
179183

180184
### v0.3.1
181185

0 commit comments

Comments
 (0)