From 04763275f86ffbd988df87a75b2f98a8f1d4995a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 04:03:12 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"