@@ -5,7 +5,13 @@ 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.4.0...master )
8
+ ## [ Unreleased] ( https://github.com/rust-embedded-community/menu/compare/v0.5.1...master )
9
+
10
+ * None
11
+
12
+ ## [ v0.5.1] - 2024-08-22
13
+
14
+ ### Fixed
9
15
10
16
* Fix Menu entry call order
11
17
@@ -18,15 +24,51 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
18
24
19
25
## [ v0.4.0] - 2023-09-16
20
26
21
- Note: Changes before this version were not tracked via the CHANGELOG
22
-
23
27
### Changed
24
28
25
29
* Changed the struct ` Runner ` to own the struct ` Menu ` instead of borrowing it
26
30
27
31
### Added
28
32
29
- * Made struct ` Menu ` implement ` Clone `
33
+ * Made ` struct Menu ` implement ` Clone `
30
34
* Add the possibility to disable local echo (via ` echo ` feature, enabled by default)
31
35
36
+ ## [ v0.3.1] - 2019-08-11
37
+
38
+ ### Changed
39
+
40
+ * Updated crate metadata
41
+
42
+ ## [ v0.3.0] - 2019-08-11
43
+
44
+ ### Changed
45
+
46
+ * Parameter / Argument support
47
+ * Re-worked help text system
48
+ * Example uses ` pancurses `
49
+ * Remove use of fixed width (assumes a Western set with one byte per glyph)
50
+
51
+ ## [ v0.2.1] - 2018-10-04
52
+
53
+ ### Changed
54
+
55
+ * Fixed broken example
56
+
57
+ ## [ v0.2.0] - 2018-10-04
58
+
59
+ * Add context to menu callback
60
+ * Fix width of help text
61
+
62
+ ## [ v0.1.1] - 2018-05-19
63
+
64
+ * First release
65
+
66
+ [ v0.5.1 ] : https://github.com/rust-embedded-community/menu/releases/tag/v0.5.1
67
+ [ v0.5.0 ] : https://github.com/rust-embedded-community/menu/releases/tag/v0.5.0
32
68
[ v0.4.0 ] : https://github.com/rust-embedded-community/menu/releases/tag/v0.4.0
69
+ [ v0.3.2 ] : https://github.com/rust-embedded-community/menu/releases/tag/v0.3.2
70
+ [ v0.3.1 ] : https://github.com/rust-embedded-community/menu/releases/tag/v0.3.1
71
+ [ v0.3.0 ] : https://github.com/rust-embedded-community/menu/releases/tag/v0.3.0
72
+ [ v0.2.1 ] : https://github.com/rust-embedded-community/menu/releases/tag/v0.2.1
73
+ [ v0.2.0 ] : https://github.com/rust-embedded-community/menu/releases/tag/v0.2.0
74
+ [ v0.1.1 ] : https://github.com/rust-embedded-community/menu/releases/tag/v0.1.1
0 commit comments