diff --git a/Cargo.toml b/Cargo.toml index 7a414b5..00ad729 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "menu" -version = "0.2.0" +version = "0.3.0" authors = ["Jonathan 'theJPster' Pallant "] description = "A simple #[no_std] command line interface." license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index b81ae40..06d13ec 100644 --- a/README.md +++ b/README.md @@ -172,11 +172,17 @@ It contains multiple paragraphs and should be preceeded by the parameter list. * None -### v0.2.0 +### v0.3.0 * Parameter / Argument support * Re-worked help text system * Example uses `pancurses` +* Remove use of fixed width (assumes a Western set with one byte per glyph) + +### v0.2.0 + +* Add context to menu callback +* Fix width of help text ### v0.1.0