File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
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
9
11
10
12
### Changed
11
13
@@ -80,6 +82,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
80
82
81
83
* First release
82
84
85
+ [ v0.6.1 ] : https://github.com/rust-embedded-community/menu/releases/tag/v0.6.1
83
86
[ v0.6.0 ] : https://github.com/rust-embedded-community/menu/releases/tag/v0.6.0
84
87
[ v0.5.1 ] : https://github.com/rust-embedded-community/menu/releases/tag/v0.5.1
85
88
[ v0.5.0 ] : https://github.com/rust-embedded-community/menu/releases/tag/v0.5.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " menu"
3
- version = " 0.6.0 "
3
+ version = " 0.6.1 "
4
4
authors = [" Jonathan 'theJPster' Pallant <github@thejpster.org.uk>" ]
5
5
description = " A simple #[no_std] command line interface."
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments