Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 7, 2024
1 parent 29008c4 commit 756a199
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

## [unreleased]

## [0.3.4](https://github.com/joshka/tui-popup/compare/v0.3.3...v0.3.4) - 2024-07-07

### Added
- *(mouse)* add PopupState::handle_mouse_event() ([#29](https://github.com/joshka/tui-popup/pull/29))

### Other
- update changelog
- create git cliff config ([#30](https://github.com/joshka/tui-popup/pull/30))
- *(examples)* simplify examples ([#27](https://github.com/joshka/tui-popup/pull/27))

- [3433aec](https://github.com/joshka/tui-popup/commit/3433aec13d3ef3179b5bdf2267d9dd6e59407f95) chore(examples): simplify examples ([#27](https://github.com/joshka/tui-popup/issues/27))
>
> - Move terminal setup / restore and error handling to module
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.3.3"
version = "0.3.4"
description = "A simple popup for ratatui"
license = "MIT"
repository = "https://github.com/joshka/tui-popup"
Expand Down

0 comments on commit 756a199

Please sign in to comment.