From 5e1ec63fa8ba0e8f5c4cc202ac5e1556bcf8b4de Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Thu, 29 Jan 2026 13:22:00 +0100 Subject: [PATCH] [chore] release 0.2.0 --- Cargo.lock | 2 +- teatui/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6301874..f5dc576 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1140,7 +1140,7 @@ dependencies = [ [[package]] name = "teatui" -version = "0.1.0" +version = "0.2.0" dependencies = [ "crossterm", "ratatui", diff --git a/teatui/Cargo.toml b/teatui/Cargo.toml index f017744..14aed7f 100644 --- a/teatui/Cargo.toml +++ b/teatui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teatui" -version = "0.1.0" +version = "0.2.0" description = "An elm-like abstraction over Ratatui" license.workspace = true authors.workspace = true