From 3157616fe57d9dac717d4d33b1585f3c84231b9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:18:21 -0700 Subject: [PATCH] chore: release (#35) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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"