Skip to content

Commit 888c949

Browse files
Bump to 0.6.1
1 parent 64fba75 commit 888c949

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased](https://github.com/rust-embedded-community/menu/compare/v0.6.0...master)
8+
## [Unreleased](https://github.com/rust-embedded-community/menu/compare/v0.6.1...master)
9+
10+
## [v0.6.1] - 2024-11-29
911

1012
### Changed
1113

@@ -80,6 +82,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8082

8183
* First release
8284

85+
[v0.6.1]: https://github.com/rust-embedded-community/menu/releases/tag/v0.6.1
8386
[v0.6.0]: https://github.com/rust-embedded-community/menu/releases/tag/v0.6.0
8487
[v0.5.1]: https://github.com/rust-embedded-community/menu/releases/tag/v0.5.1
8588
[v0.5.0]: https://github.com/rust-embedded-community/menu/releases/tag/v0.5.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "menu"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
55
description = "A simple #[no_std] command line interface."
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)