File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " menu"
3- version = " 0.3.2 "
3+ version = " 0.4.0 "
44authors = [
" Jonathan 'theJPster' Pallant <[email protected] >" ]
55description = " A simple #[no_std] command line interface."
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments