Skip to content

Commit 8a2f395

Browse files
Bump to 0.5.0
1 parent 85f8ac3 commit 8a2f395

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased](https://github.com/rust-embedded-community/menu/compare/v0.4.0...master)
99

10+
* None
11+
12+
## [v0.5.0] - 2024-04-26
13+
1014
### Changed
15+
1116
* [breaking] The `menu` `Context` is now borrowed during I/O input processing to support borrowed data
1217
* [breaking] The `pub context` item on the runner was updated to `pub interface`
1318

@@ -16,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1621
Note: Changes before this version were not tracked via the CHANGELOG
1722

1823
### Changed
24+
1925
* Changed the struct `Runner` to own the struct `Menu` instead of borrowing it
2026

2127
### Added

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.4.0"
3+
version = "0.5.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ there's also no automatic conversion to integers, boolean, etc.
1010

1111
```console
1212
user@host: ~/menu $ cargo run --example simple
13-
Compiling menu v0.2.0 (file:///home/user/menu)
13+
Compiling menu v0.5.0 (file:///home/user/menu)
1414
Finished dev [unoptimized + debuginfo] target(s) in 0.84 secs
1515
Running `target/debug/examples/simple`
1616
In enter_root()

0 commit comments

Comments
 (0)