Skip to content

Commit 0626b30

Browse files
chore(tui-big-text): release v0.8.2 (#176)
## 🤖 New release * `tui-big-text`: 0.8.1 -> 0.8.2 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.8.2] - 2026-02-01 ### 🚀 Features - *(tui-bigtext)* Enable no_std as default ([#190](#190)) > This enables using `tui-bigtext` in a no_std environment > > e.g. ratatui/mousefood#159 ### ⚙️ Miscellaneous Tasks - *(project)* Update the repository link </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4b4b6c9 commit 0626b30

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ scrollview = ["tui-scrollview"]
9494
document-features.workspace = true
9595
ratatui-core = { workspace = true }
9696
tui-bar-graph = { version = "0.3.1", path = "tui-bar-graph", optional = true }
97-
tui-big-text = { version = "0.8.1", path = "tui-big-text", optional = true }
97+
tui-big-text = { version = "0.8.2", path = "tui-big-text", optional = true }
9898
tui-box-text = { version = "0.3.1", path = "tui-box-text", optional = true }
9999
tui-cards = { version = "0.3.1", path = "tui-cards", optional = true }
100100
tui-popup = { version = "0.7.2", path = "tui-popup", optional = true }

tui-big-text/CHANGELOG.md

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

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

5+
## [0.8.2] - 2026-02-01
6+
7+
### 🚀 Features
8+
9+
- *(tui-bigtext)* Enable no_std as default ([#190](https://github.com/ratatui/tui-widgets/issues/190))
10+
> This enables using `tui-bigtext` in a no_std environment
11+
>
12+
> e.g. https://github.com/ratatui/mousefood/pull/159
13+
14+
### ⚙️ Miscellaneous Tasks
15+
16+
- *(project)* Update the repository link
17+
18+
519
## [0.8.1] - 2025-12-27
620

721
### 📚 Documentation

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.8.1"
3+
version = "0.8.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)