Skip to content

Commit

Permalink
chore: release (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 7, 2024
1 parent 18ac789 commit 766379b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 766379b

Please sign in to comment.