From 2ac511c1b2a9b5703ef48c3cbeb72c55d9a3896b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 18:03:59 -0800 Subject: [PATCH] chore: release (#33) --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9e03e..e1efbdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. + +## [0.3.6](https://github.com/joshka/tui-big-text/releases/tag/0.3.6) - 2024-02-04 + +### Miscellaneous Tasks + +- [b49f69b](https://github.com/joshka/tui-big-text/commit/b49f69ba9c0def1c6d9c8886f46542b914a5b9c7) + Update ratatui to 0.26 ([#32](https://github.com/joshka/tui-big-text/pull/32)) + + ## [0.3.4](https://github.com/joshka/tui-big-text/releases/tag/0.3.4) - 2024-01-29 diff --git a/Cargo.toml b/Cargo.toml index d90be66..0f3beae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-big-text" -version = "0.3.5" +version = "0.3.6" edition = "2021" description = "A simple Ratatui widget for displaying big text using the font8x8 crate in a TUI (Terminal UI)." license = "MIT OR Apache-2.0"