From 26b9b8921f39b8257fadf43661b88b64e73270b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Martinez=20Montan=C3=A9?= Date: Fri, 24 Apr 2026 14:33:33 +0200 Subject: [PATCH] chore: release-plz update (#1) This is an automated PR generated by [release-plz](https://github.com/MarcoIeni/release-plz) via Woodpecker CI. Co-authored-by: release-plz-bot Reviewed-on: https://codeberg.org/JasterV/teatui/pulls/1 --- Cargo.lock | 2 +- teatui/CHANGELOG.md | 14 ++++++++++++++ teatui/Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 teatui/CHANGELOG.md diff --git a/Cargo.lock b/Cargo.lock index 973f133..3d1f538 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1280,7 +1280,7 @@ dependencies = [ [[package]] name = "teatui" -version = "0.4.1" +version = "0.4.2" dependencies = [ "crossterm", "ratatui", diff --git a/teatui/CHANGELOG.md b/teatui/CHANGELOG.md new file mode 100644 index 0000000..14a3403 --- /dev/null +++ b/teatui/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.4.2](https://codeberg.org/JasterV/teatui/compare/teatui-v0.4.1...teatui-v0.4.2) - 2026-04-23 + +### Other + +- update deps diff --git a/teatui/Cargo.toml b/teatui/Cargo.toml index c7bbccf..4c74481 100644 --- a/teatui/Cargo.toml +++ b/teatui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teatui" -version = "0.4.1" +version = "0.4.2" description = "An elm-like abstraction over Ratatui" license.workspace = true authors.workspace = true