diff --git a/CHANGELOG.md b/CHANGELOG.md index bff078d..abebfa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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.6.0...master) +## [Unreleased](https://github.com/rust-embedded-community/menu/compare/v0.6.1...master) + +## [v0.6.1] - 2024-11-29 ### Changed @@ -80,6 +82,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * First release +[v0.6.1]: https://github.com/rust-embedded-community/menu/releases/tag/v0.6.1 [v0.6.0]: https://github.com/rust-embedded-community/menu/releases/tag/v0.6.0 [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 diff --git a/Cargo.toml b/Cargo.toml index 0ef08e3..bb8f064 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "menu" -version = "0.6.0" +version = "0.6.1" authors = ["Jonathan 'theJPster' Pallant "] description = "A simple #[no_std] command line interface." license = "MIT OR Apache-2.0"