From 9c9e0a7107331b1da1bd7537c17c2cb984d1f3e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 10:43:20 +0000 Subject: [PATCH] chore(tui-scrollview): release v0.6.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- tui-scrollview/CHANGELOG.md | 7 +++++++ tui-scrollview/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7113def..6fac01d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2177,7 +2177,7 @@ dependencies = [ [[package]] name = "tui-scrollview" -version = "0.6.2" +version = "0.6.3" dependencies = [ "color-eyre", "indoc", diff --git a/Cargo.toml b/Cargo.toml index d10838e..6d6833e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,4 +101,4 @@ tui-popup = { version = "0.7.2", path = "tui-popup", optional = true } tui-prompts = { version = "0.6.1", path = "tui-prompts", optional = true } tui-qrcode = { version = "0.2.2", path = "tui-qrcode", optional = true } tui-scrollbar = { version = "0.2.2", path = "tui-scrollbar", optional = true } -tui-scrollview = { version = "0.6.2", path = "tui-scrollview", optional = true } +tui-scrollview = { version = "0.6.3", path = "tui-scrollview", optional = true } diff --git a/tui-scrollview/CHANGELOG.md b/tui-scrollview/CHANGELOG.md index 9e3e162..cc5b432 100644 --- a/tui-scrollview/CHANGELOG.md +++ b/tui-scrollview/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.6.3] - 2026-02-01 + +### ⚙️ Miscellaneous Tasks + +- *(project)* Update the repository link + + ## [0.6.2] - 2025-12-27 ### 📚 Documentation diff --git a/tui-scrollview/Cargo.toml b/tui-scrollview/Cargo.toml index 05eee6b..56d3a4f 100644 --- a/tui-scrollview/Cargo.toml +++ b/tui-scrollview/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-scrollview" -version = "0.6.2" +version = "0.6.3" description = "A simple scrollable view for Ratatui" authors.workspace = true