Skip to content

Commit

Permalink
Bump to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Aug 22, 2024
1 parent 909ee83 commit 45f49a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

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

* None

## [v0.5.1] - 2024-08-22

### Fixed

* Fix Menu entry call order

Expand All @@ -24,7 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

* Made struct `Menu` implement `Clone`
* Made `struct Menu` implement `Clone`
* Add the possibility to disable local echo (via `echo` feature, enabled by default)

## [v0.3.1] - 2019-08-11
Expand Down Expand Up @@ -57,6 +63,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

* First release

[v0.5.1]: https://github.com/rust-embedded-community/menu/releases/tag/v0.5.1
[v0.5.0]: https://github.com/rust-embedded-community/menu/releases/tag/v0.5.0
[v0.4.0]: https://github.com/rust-embedded-community/menu/releases/tag/v0.4.0
[v0.3.2]: https://github.com/rust-embedded-community/menu/releases/tag/v0.3.2
Expand Down
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.5.0"
version = "0.5.1"
authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
description = "A simple #[no_std] command line interface."
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 45f49a1

Please sign in to comment.