From 766379bea13a863dd19eee176c68592f77790586 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:06:41 +0800 Subject: [PATCH] chore: release (#12) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6700da0..0caedf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ 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-06 + +### Fixed +- clippy lints ([#11](https://github.com/shuoli84/tui-menu/pull/11)) + +### Other +- *(deps)* use ratatui::crossterm instead of importing crossterm ([#16](https://github.com/shuoli84/tui-menu/pull/16)) +- Fix bar being freezed after moving left or right ([#18](https://github.com/shuoli84/tui-menu/pull/18)) +- add a nested group example, this demos how to handle deeply nested me… ([#14](https://github.com/shuoli84/tui-menu/pull/14)) +- add more items +- don't run release-plz on pull requests ([#10](https://github.com/shuoli84/tui-menu/pull/10)) + ## [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 c8b9232..3cfeae6 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"