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 <bot@codeberg.org>
Reviewed-on: https://codeberg.org/JasterV/teatui/pulls/1
This commit is contained in:
Victor Martinez Montané 2026-04-24 14:33:33 +02:00
parent 39e0614412
commit 26b9b8921f
3 changed files with 16 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1280,7 +1280,7 @@ dependencies = [
[[package]]
name = "teatui"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"crossterm",
"ratatui",

14
teatui/CHANGELOG.md Normal file
View file

@ -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

View file

@ -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