diff --git a/CHANGELOG.md b/CHANGELOG.md index 6700da0..9268a34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3](https://github.com/shuoli84/tui-menu/compare/v0.2.2...v0.2.3) - 2024-08-03 + +### Fixed +- clippy lints ([#11](https://github.com/shuoli84/tui-menu/pull/11)) + ## [0.2.2](https://github.com/shuoli84/tui-menu/compare/v0.2.1...v0.2.2) - 2024-06-25 ### Other diff --git a/Cargo.toml b/Cargo.toml index 8517ecf..7e85d14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-menu" -version = "0.2.2" +version = "0.2.3" edition = "2021" description = "A menu widget for Ratatui" license = "MIT OR Apache-2.0"