diff --git a/Cargo.lock b/Cargo.lock index 7113def..18ed533 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2068,7 +2068,7 @@ dependencies = [ [[package]] name = "tui-bar-graph" -version = "0.3.1" +version = "0.3.2" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index d10838e..36b455e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ scrollview = ["tui-scrollview"] [dependencies] document-features.workspace = true ratatui-core = { workspace = true } -tui-bar-graph = { version = "0.3.1", path = "tui-bar-graph", optional = true } +tui-bar-graph = { version = "0.3.2", path = "tui-bar-graph", optional = true } tui-big-text = { version = "0.8.2", path = "tui-big-text", optional = true } tui-box-text = { version = "0.3.1", path = "tui-box-text", optional = true } tui-cards = { version = "0.3.1", path = "tui-cards", optional = true } diff --git a/tui-bar-graph/CHANGELOG.md b/tui-bar-graph/CHANGELOG.md index 893c86a..61acb68 100644 --- a/tui-bar-graph/CHANGELOG.md +++ b/tui-bar-graph/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.3.2] - 2026-02-01 + +### ⚙️ Miscellaneous Tasks + +- *(project)* Update the repository link + + ## [0.3.1] - 2025-12-27 ### 📚 Documentation diff --git a/tui-bar-graph/Cargo.toml b/tui-bar-graph/Cargo.toml index 5b27209..21a5ef4 100644 --- a/tui-bar-graph/Cargo.toml +++ b/tui-bar-graph/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tui-bar-graph" description = "A Ratatui widget for rendering pretty bar graphs in the terminal" -version = "0.3.1" +version = "0.3.2" documentation = "https://docs.rs/tui-bar-graph" authors.workspace = true license.workspace = true