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