Skip to content

Commit 9c126f0

Browse files
authored
chore: release
1 parent 5ac8660 commit 9c126f0

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ rat-cursor = "2.0.0"
3838
rat-widget = "3.1.1"
3939
ratatui = {version = "0.30.0", features = ["unstable-widget-ref"] }
4040
ratatui-macros = "0.7.0"
41-
ratatui-toaster = { path = "crates/ratatui-toaster", version = "0.1.0", features = ["tokio"] }
41+
ratatui-toaster = { path = "crates/ratatui-toaster", version = "0.1.1", features = ["tokio"] }
4242
termprofile = { version = "0.2.0", features = ["convert", "ratatui"] }
4343
textwrap = { version = "0.16.2", features = ["terminal_size"] }
4444
thiserror = "2.0.18"

crates/ratatui-toaster/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1](https://github.com/JayanAXHF/gitv/compare/ratatui-toaster-v0.1.0...ratatui-toaster-v0.1.1) - 2026-02-22
11+
12+
### Other
13+
14+
- *(gitv-tui)* release v0.3.0
15+
1016
## [0.1.0](https://github.com/JayanAXHF/gitv/releases/tag/ratatui-toaster-v0.1.0) - 2026-02-22
1117

1218
### Other

crates/ratatui-toaster/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ratatui-toaster"
33
description = "An extremely lightweight toast engine for ratatui"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
edition = "2024"
66
authors = ["JayanAXHF <sunil.chdry@gmail.com>"]
77
license = "Unlicense OR MIT"

0 commit comments

Comments
 (0)