Skip to content

Commit b4c3d68

Browse files
chore: release (#16)
## 🤖 New release * `tui-big-text`: 0.5.1 -> 0.5.2 * `tui-widgets`: 0.2.1 -> 0.2.2 <details><summary><i><b>Changelog</b></i></summary><p> ## `tui-big-text` <blockquote> ## [0.5.2] - 2024-07-25 ### ⚙️ Miscellaneous Tasks - Update tui-big-text images <!-- generated by git-cliff --> </blockquote> ## `tui-widgets` <blockquote> ## [0.2.2] - 2024-07-25 ### ⚙️ Miscellaneous Tasks - Updated the following local packages: tui-big-text <!-- generated by git-cliff --> </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8dfb011 commit b4c3d68

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.2] - 2024-07-25
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- Updated the following local packages: tui-big-text
10+
11+
<!-- generated by git-cliff -->
512
## [0.2.1] - 2024-07-25
613

714
### 📚 Documentation

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ nursery = "warn"
4141
[package]
4242
name = "tui-widgets"
4343
description = "A collection of useful widgets for building terminal user interfaces using Ratatui"
44-
version = "0.2.1"
44+
version = "0.2.2"
4545
documentation = "https://docs.rs/tui-widgets"
4646

4747
authors.workspace = true
@@ -68,7 +68,7 @@ scrollview = ["tui-scrollview"]
6868
[dependencies]
6969
document-features.workspace = true
7070
ratatui = { workspace = true }
71-
tui-big-text = { version = "0.5.1", path = "tui-big-text", optional = true }
71+
tui-big-text = { version = "0.5.2", path = "tui-big-text", optional = true }
7272
tui-popup = { version = "0.4.4", path = "tui-popup", optional = true }
7373
tui-prompts = { version = "0.3.19", path = "tui-prompts", optional = true }
7474
tui-scrollview = { version = "0.3.11", path = "tui-scrollview", optional = true }

tui-big-text/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.5.2] - 2024-07-25
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- Update tui-big-text images
10+
11+
<!-- generated by git-cliff -->
512
## [0.5.1] - 2024-07-25
613

714
### ⚙️ Miscellaneous Tasks

tui-big-text/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tui-big-text"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "A Ratatui widget for displaying big text in the terminal"
55
documentation = "https://docs.rs/tui-big-text"
66

0 commit comments

Comments
 (0)