Skip to content

Commit 75549ac

Browse files
committed
Bump to v0.3 - we've had v0.2 already...
1 parent 3f4760d commit 75549ac

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "menu"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
55
description = "A simple #[no_std] command line interface."
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,17 @@ It contains multiple paragraphs and should be preceeded by the parameter list.
172172

173173
* None
174174

175-
### v0.2.0
175+
### v0.3.0
176176

177177
* Parameter / Argument support
178178
* Re-worked help text system
179179
* Example uses `pancurses`
180+
* Remove use of fixed width (assumes a Western set with one byte per glyph)
181+
182+
### v0.2.0
183+
184+
* Add context to menu callback
185+
* Fix width of help text
180186

181187
### v0.1.0
182188

0 commit comments

Comments
 (0)