diff --git a/CHANGELOG.md b/CHANGELOG.md index c8beec1..70bca9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.3.7] - 2024-06-25 + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Bump rstest in the all-dependencies group ([#34](https://github.com/joshka/tui-scrollview/pull/34)) +- *(deps)* Bump ratatui in the all-dependencies group ([#36](https://github.com/joshka/tui-scrollview/pull/36)) + + ## [0.3.6] - 2024-05-21 ### 📚 Documentation diff --git a/Cargo.lock b/Cargo.lock index 93cc6e1..6291b58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -855,7 +855,7 @@ dependencies = [ [[package]] name = "tui-scrollview" -version = "0.3.6" +version = "0.3.7" dependencies = [ "color-eyre", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 85b25a8..cf4a781 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-scrollview" -version = "0.3.6" +version = "0.3.7" authors = ["Joshka"] description = "A simple scrollable view for Ratatui" license = "MIT OR Apache-2.0"