Skip to content

Commit

Permalink
chore: release (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 2, 2024
1 parent 973f2de commit 6c742c9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/joshka/tui-popup/compare/v0.2.1...v0.2.2) - 2024-01-02

### Added
- add move_to() method to allow manual positioning
- respond to mouse drag

### Other
- update readme todos
- add mouse info to readme
- extract each type to submodule

## [0.2.1](https://github.com/joshka/tui-popup/compare/v0.2.0...v0.2.1) - 2023-12-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tui-popup"
authors = ["Joshka"]
version = "0.2.1"
version = "0.2.2"
description = "A simple popup for ratatui"
license = "MIT"
repository = "https://github.com/joshka/tui-popup"
Expand Down

0 comments on commit 6c742c9

Please sign in to comment.