Skip to content

Commit

Permalink
Bump to v0.3 - we've had v0.2 already...
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Aug 11, 2019
1 parent 3f4760d commit 75549ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "menu"
version = "0.2.0"
version = "0.3.0"
authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
description = "A simple #[no_std] command line interface."
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 75549ac

Please sign in to comment.