Skip to content

Commit e0e3027

Browse files
chore: release (#18)
## 🤖 New release * `tui-big-text`: 0.5.2 -> 0.5.3 * `tui-popup`: 0.4.4 -> 0.4.5 * `tui-prompts`: 0.3.19 -> 0.3.20 * `tui-scrollview`: 0.3.11 -> 0.3.12 * `tui-widgets`: 0.2.2 -> 0.2.3 <details><summary><i><b>Changelog</b></i></summary><p> ## `tui-big-text` <blockquote> ## [0.5.3] - 2024-08-02 ### 📚 Documentation - Clean up changelogs ([#17](#17)) > - removed unnecessary footer comments > - removed [unreleased] sections > - removed duplicate release notes </blockquote> ## `tui-popup` <blockquote> ## [0.4.5] - 2024-08-02 ### 📚 Documentation - Clean up changelogs ([#17](#17)) > - removed unnecessary footer comments > - removed [unreleased] sections > - removed duplicate release notes </blockquote> ## `tui-prompts` <blockquote> ## [0.3.20] - 2024-08-02 ### 📚 Documentation - Clean up changelogs ([#17](#17)) > - removed unnecessary footer comments > - removed [unreleased] sections > - removed duplicate release notes </blockquote> ## `tui-scrollview` <blockquote> ## [0.3.12] - 2024-08-02 ### 📚 Documentation - Clean up changelogs ([#17](#17)) > - removed unnecessary footer comments > - removed [unreleased] sections > - removed duplicate release notes </blockquote> ## `tui-widgets` <blockquote> ## [0.2.3] - 2024-08-02 ### 📚 Documentation - Clean up changelogs ([#17](#17)) > - removed unnecessary footer comments > - removed [unreleased] sections > - removed duplicate release notes ### ⚙️ Miscellaneous Tasks - Remove changelog footer ([#19](#19)) > wrt https://github.com/joshka/tui-widgets/pull/18/files#r1701302921 > > not working as expected with `release-plz` </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 6ade48e commit e0e3027

File tree

10 files changed

+61
-9
lines changed

10 files changed

+61
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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.3] - 2024-08-02
6+
7+
### 📚 Documentation
8+
9+
- Clean up changelogs ([#17](https://github.com/joshka/tui-widgets/pull/17))
10+
> - removed unnecessary footer comments
11+
> - removed [unreleased] sections
12+
> - removed duplicate release notes
13+
14+
### ⚙️ Miscellaneous Tasks
15+
16+
- Remove changelog footer ([#19](https://github.com/joshka/tui-widgets/pull/19))
17+
> wrt https://github.com/joshka/tui-widgets/pull/18/files#r1701302921
18+
>
19+
> not working as expected with `release-plz`
20+
521
## [0.2.2] - 2024-07-25
622

723
### ⚙️ Miscellaneous Tasks

Cargo.toml

Lines changed: 5 additions & 5 deletions
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.2"
44+
version = "0.2.3"
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.2", 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 }
71+
tui-big-text = { version = "0.5.3", path = "tui-big-text", optional = true }
72+
tui-popup = { version = "0.4.5", path = "tui-popup", optional = true }
73+
tui-prompts = { version = "0.3.20", path = "tui-prompts", optional = true }
74+
tui-scrollview = { version = "0.3.12", path = "tui-scrollview", optional = true }

tui-big-text/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## [0.5.3] - 2024-08-02
6+
7+
### 📚 Documentation
8+
9+
- Clean up changelogs ([#17](https://github.com/joshka/tui-widgets/pull/17))
10+
> - removed unnecessary footer comments
11+
> - removed [unreleased] sections
12+
> - removed duplicate release notes
13+
514
## [0.5.2] - 2024-07-25
615

716
### ⚙️ Miscellaneous Tasks

tui-big-text/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tui-big-text"
3-
version = "0.5.2"
3+
version = "0.5.3"
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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## [0.4.5] - 2024-08-02
6+
7+
### 📚 Documentation
8+
9+
- Clean up changelogs ([#17](https://github.com/joshka/tui-widgets/pull/17))
10+
> - removed unnecessary footer comments
11+
> - removed [unreleased] sections
12+
> - removed duplicate release notes
13+
514
## [0.4.4] - 2024-07-25
615

716
### ⚙️ Miscellaneous Tasks

tui-popup/Cargo.toml

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

tui-prompts/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## [0.3.20] - 2024-08-02
6+
7+
### 📚 Documentation
8+
9+
- Clean up changelogs ([#17](https://github.com/joshka/tui-widgets/pull/17))
10+
> - removed unnecessary footer comments
11+
> - removed [unreleased] sections
12+
> - removed duplicate release notes
13+
514
## [0.3.19] - 2024-07-25
615

716
### ⚙️ Miscellaneous Tasks

tui-prompts/Cargo.toml

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

66
authors.workspace = true

tui-scrollview/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## [0.3.12] - 2024-08-02
6+
7+
### 📚 Documentation
8+
9+
- Clean up changelogs ([#17](https://github.com/joshka/tui-widgets/pull/17))
10+
> - removed unnecessary footer comments
11+
> - removed [unreleased] sections
12+
> - removed duplicate release notes
13+
514
## [0.3.11] - 2024-07-25
615

716
### ⚙️ Miscellaneous Tasks

tui-scrollview/Cargo.toml

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

66
authors.workspace = true

0 commit comments

Comments
 (0)