Skip to content

Commit d76cbb0

Browse files
chore: release (#15)
## 🤖 New release * `tui-big-text`: 0.5.0 -> 0.5.1 * `tui-popup`: 0.4.3 -> 0.4.4 * `tui-prompts`: 0.3.18 -> 0.3.19 * `tui-scrollview`: 0.3.10 -> 0.3.11 * `tui-widgets`: 0.2.0 -> 0.2.1 <details><summary><i><b>Changelog</b></i></summary><p> ## `tui-big-text` <blockquote> ## [0.5.1] - 2024-07-25 ### ⚙️ Miscellaneous Tasks - Remove anyhow dependency > Replaced with color_eyre generally - Update READMEs and licensing info <!-- generated by git-cliff --> </blockquote> ## `tui-popup` <blockquote> ## [0.4.4] - 2024-07-25 ### ⚙️ Miscellaneous Tasks - Update READMEs and licensing info <!-- generated by git-cliff --> </blockquote> ## `tui-prompts` <blockquote> ## [0.3.19] - 2024-07-25 ### ⚙️ Miscellaneous Tasks - Update READMEs and licensing info <!-- generated by git-cliff --> </blockquote> ## `tui-scrollview` <blockquote> ## [0.3.11] - 2024-07-25 ### ⚙️ Miscellaneous Tasks - Update READMEs and licensing info <!-- generated by git-cliff --> </blockquote> ## `tui-widgets` <blockquote> ## [0.2.1] - 2024-07-25 ### 📚 Documentation - Update readme / lib.rs links ### ⚙️ Miscellaneous Tasks - Remove anyhow dependency > Replaced with color_eyre generally - Update bacon config - Update READMEs and licensing info <!-- 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 2fd4811 commit d76cbb0

File tree

10 files changed

+56
-9
lines changed

10 files changed

+56
-9
lines changed

CHANGELOG.md

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

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

5+
## [0.2.1] - 2024-07-25
6+
7+
### 📚 Documentation
8+
9+
- Update readme / lib.rs links
10+
11+
### ⚙️ Miscellaneous Tasks
12+
13+
- Remove anyhow dependency
14+
> Replaced with color_eyre generally
15+
16+
- Update bacon config
17+
18+
- Update READMEs and licensing info
19+
20+
<!-- generated by git-cliff -->
521
## [0.2.0] - 2024-07-25
622

723
### 🚀 Features

Cargo.toml

+5-5
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.0"
44+
version = "0.2.1"
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.0", path = "tui-big-text", optional = true }
72-
tui-popup = { version = "0.4.3", path = "tui-popup", optional = true }
73-
tui-prompts = { version = "0.3.18", path = "tui-prompts", optional = true }
74-
tui-scrollview = { version = "0.3.10", path = "tui-scrollview", optional = true }
71+
tui-big-text = { version = "0.5.1", path = "tui-big-text", optional = true }
72+
tui-popup = { version = "0.4.4", path = "tui-popup", optional = true }
73+
tui-prompts = { version = "0.3.19", path = "tui-prompts", optional = true }
74+
tui-scrollview = { version = "0.3.11", path = "tui-scrollview", optional = true }

tui-big-text/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## [0.5.1] - 2024-07-25
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- Remove anyhow dependency
10+
> Replaced with color_eyre generally
11+
12+
- Update READMEs and licensing info
13+
14+
<!-- generated by git-cliff -->
515
## [0.5.0] - 2024-07-25
616

717
### 🚀 Features

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.0"
3+
version = "0.5.1"
44
description = "A Ratatui widget for displaying big text in the terminal"
55
documentation = "https://docs.rs/tui-big-text"
66

tui-popup/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.4.4] - 2024-07-25
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- Update READMEs and licensing info
10+
11+
<!-- generated by git-cliff -->
512
## [0.4.3] - 2024-07-25
613

714
### ⚙️ Miscellaneous Tasks

tui-popup/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tui-popup"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "A simple popup for ratatui"
55
documentation = "https://docs.rs/tui-popup"
66

tui-prompts/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.3.19] - 2024-07-25
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- Update READMEs and licensing info
10+
11+
<!-- generated by git-cliff -->
512
## [0.3.18] - 2024-07-24
613

714
### 🐛 Bug Fixes

tui-prompts/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tui-prompts"
3-
version = "0.3.18"
3+
version = "0.3.19"
44
description = "A library for building interactive prompts for ratatui."
55

66
authors.workspace = true

tui-scrollview/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.3.11] - 2024-07-25
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- Update READMEs and licensing info
10+
11+
<!-- generated by git-cliff -->
512
## [0.3.10] - 2024-07-25
613

714
### 🐛 Bug Fixes

tui-scrollview/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tui-scrollview"
3-
version = "0.3.10"
3+
version = "0.3.11"
44
description = "A simple scrollable view for Ratatui"
55

66
authors.workspace = true

0 commit comments

Comments
 (0)