Skip to content

Commit 3a42f03

Browse files
chore: release (#4)
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>
1 parent 9b8736f commit 3a42f03

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.1](https://github.com/joshka/tui-popup/compare/v0.2.0...v0.2.1) - 2023-12-31
10+
11+
### Added
12+
- add PopupState and state example
13+
914
## [0.2.0](https://github.com/joshka/tui-popup/compare/v0.1.1...v0.2.0) - 2023-12-31
1015

1116
### Added

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tui-popup"
33
authors = ["Joshka"]
4-
version = "0.2.0"
4+
version = "0.2.1"
55
description = "A simple popup for ratatui"
66
license = "MIT"
77
repository = "https://github.com/joshka/tui-popup"

0 commit comments

Comments
 (0)