Skip to content

Commit c4de5e7

Browse files
committed
chore: release
1 parent 42c6d0c commit c4de5e7

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.3](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.4.2...gitv-tui-v0.4.3) - 2026-04-19
11+
12+
### <!-- 10 -->Other
13+
14+
- *(ci)* add cargo-machete ci job
15+
16+
### <!-- 7 -->Miscellaneous Tasks
17+
18+
- fix clippy lints
19+
1020
## [0.4.2](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.4.1...gitv-tui-v0.4.2) - 2026-03-31
1121

1222
### <!-- 1 -->Bug Fixes

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitv-tui"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
edition = "2024"
55
build = "build.rs"
66
description = "A terminal-based GitHub client built with Rust and Ratatui."
@@ -39,7 +39,7 @@ rat-cursor = "2.0.0"
3939
rat-widget = "3.2.1"
4040
ratatui = {version = "0.30.0", features = ["unstable-widget-ref"] }
4141
ratatui-macros = "0.7.0"
42-
ratatui-toaster = { path = "crates/ratatui-toaster", version = "0.1.2", features = ["tokio"] }
42+
ratatui-toaster = { path = "crates/ratatui-toaster", version = "0.1.3", features = ["tokio"] }
4343
termprofile = { version = "0.2.2", features = ["convert", "ratatui"] }
4444
textwrap = { version = "0.16.2", features = ["terminal_size"] }
4545
thiserror = "2.0.18"

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.2"
4+
version = "0.1.3"
55
edition = "2024"
66
authors = ["JayanAXHF <sunil.chdry@gmail.com>"]
77
license = "Unlicense OR MIT"

0 commit comments

Comments
 (0)