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 1
1
[package ]
2
2
name = " menu"
3
- version = " 0.3.2 "
3
+ version = " 0.4.0 "
4
4
authors = [
" Jonathan 'theJPster' Pallant <[email protected] >" ]
5
5
description = " A simple #[no_std] command line interface."
6
6
license = " 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.
169
169
170
170
### Unreleased changes
171
171
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
173
177
* Made ` struct Menu ` implement ` Clone `
174
178
* Add the possibility to disable local echo (via echo feature, enabled by default)
175
179
176
180
### v0.3.2
177
181
178
- * Shortened help output.
182
+ * Shortened help output
179
183
180
184
### v0.3.1
181
185
You can’t perform that action at this time.
0 commit comments