mirror of
https://codeberg.org/JasterV/teatui.git
synced 2026-04-26 18:10:03 +00:00
chore: release-plz update
This commit is contained in:
parent
dc920ba83c
commit
ec34ca38da
2 changed files with 15 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1253,7 +1253,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "teatui"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
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.1](https://codeberg.org/JasterV/teatui/compare/teatui-v0.4.0...teatui-v0.4.1) - 2026-03-07
|
||||
|
||||
### Other
|
||||
|
||||
- update Cargo.toml info
|
||||
Loading…
Reference in a new issue