mirror of
https://codeberg.org/JasterV/teatui.git
synced 2026-04-26 18:10:03 +00:00
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:
parent
39e0614412
commit
26b9b8921f
3 changed files with 16 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -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
14
teatui/CHANGELOG.md
Normal 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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue