Skip to content

Commit

Permalink
chore(tui-big-text): release v0.5.5 (joshka#25)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `tui-big-text`: 0.5.4 -> 0.5.5

<details><summary><i><b>Changelog</b></i></summary><p>

## `tui-big-text`
<blockquote>

## [0.5.5] - 2024-08-09

### 🐛 Bug Fixes

- Update to ratatui 0.28
([joshka#24](joshka#24))
> Note that for projects that rely on crossterm, Ratatui 0.28.0 now
relies internally on Crossterm 0.28.0.
> Ratatui release notes highlights: https://ratatui.rs/highlights/v028/
> See ratatui/ratatui#1298 for notes about
crossterm compatibility
</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>
  • Loading branch information
github-actions[bot] authored Aug 9, 2024
1 parent def2598 commit 11b2443
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ scrollview = ["tui-scrollview"]
[dependencies]
document-features.workspace = true
ratatui = { workspace = true }
tui-big-text = { version = "0.5.4", path = "tui-big-text", optional = true }
tui-big-text = { version = "0.5.5", path = "tui-big-text", optional = true }
tui-popup = { version = "0.4.6", path = "tui-popup", optional = true }
tui-prompts = { version = "0.3.21", path = "tui-prompts", optional = true }
tui-scrollview = { version = "0.3.13", path = "tui-scrollview", optional = true }
9 changes: 9 additions & 0 deletions tui-big-text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [0.5.5] - 2024-08-09

### 🐛 Bug Fixes

- Update to ratatui 0.28 ([#24](https://github.com/joshka/tui-widgets/pull/24))
> Note that for projects that rely on crossterm, Ratatui 0.28.0 now relies internally on Crossterm 0.28.0.
> Ratatui release notes highlights: https://ratatui.rs/highlights/v028/
> See https://github.com/ratatui-org/ratatui/issues/1298 for notes about crossterm compatibility
## [0.5.4] - 2024-08-06

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion tui-big-text/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-big-text"
version = "0.5.4"
version = "0.5.5"
description = "A Ratatui widget for displaying big text in the terminal"
documentation = "https://docs.rs/tui-big-text"

Expand Down

0 comments on commit 11b2443

Please sign in to comment.