diff --git a/CHANGELOG.md b/CHANGELOG.md index 24fa37c..15a25b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ All notable changes to this project will be documented in this file. -## [0.1.6] - 2024-02-02 +## [0.1.8] - 2024-02-14 + +Compatible with `ratatui`: `v0.26.1`. + +- *(deps)* Bump ratatui from 0.26.0 to 0.26.1 +- *(inputs)* switch to nixpkgs + +## [0.1.7] - 2024-02-02 Compatible with `ratatui`: `v0.26.0`. @@ -18,7 +25,7 @@ Compatible with `ratatui`: `v0.26.0`. - *(deps)* Bump cachix/cachix-action from 13 to 14 - *(deps)* Bump tokio from 1.35.0 to 1.35.1 -## [0.1.5] - 2023-12-18 +## [0.1.6] - 2023-12-18 Compatible with `ratatui`: `v0.25.0`. diff --git a/Cargo.lock b/Cargo.lock index 691320c..4743e1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1210,7 +1210,7 @@ dependencies = [ [[package]] name = "tui-term" -version = "0.1.7" +version = "0.1.8" dependencies = [ "bytes", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 478c78f..0f29b46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tui-term" description = "A pseudoterminal widget for ratatui" -version = "0.1.7" +version = "0.1.8" authors = ["Alexander Kenji Berthold "] edition = "2021" include = [