We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fcce2 commit 3f4760dCopy full SHA for 3f4760d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "menu"
3
-version = "0.1.1"
+version = "0.2.0"
4
authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
5
description = "A simple #[no_std] command line interface."
6
license = "MIT OR Apache-2.0"
README.md
@@ -170,6 +170,10 @@ It contains multiple paragraphs and should be preceeded by the parameter list.
170
171
### Unreleased changes
172
173
+* None
174
+
175
+### v0.2.0
176
177
* Parameter / Argument support
178
* Re-worked help text system
179
* Example uses `pancurses`
0 commit comments