Skip to content

Commit 187c141

Browse files
committed
chore: release
1 parent 1dc563a commit 187c141

6 files changed

Lines changed: 30 additions & 8 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.4](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.4.3...gitv-tui-v0.4.4) - 2026-06-28
11+
12+
### <!-- 1 -->Bug Fixes
13+
14+
- *(ops)* fixed bech workflow not finding keyring and dbus
15+
- fix external editor lagging a lot
16+
- nix packaging
17+
18+
### <!-- 10 -->Other
19+
20+
- hyperrat fix: upgrade to ratatui 0.30
21+
- add nix.yml
22+
- *(benchmarks)* add bencher regression tracking
23+
- Add nix to dependabot.yml
24+
- *(benchmarks)* add bencher regression tracking
25+
1026
## [0.4.3](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.4.2...gitv-tui-v0.4.3) - 2026-04-19
1127

1228
### <!-- 10 -->Other

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitv-tui"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition = "2024"
55
build = "build.rs"
66
description = "A terminal-based GitHub client built with Rust and Ratatui."
@@ -29,7 +29,7 @@ crossterm = { version = "0.29.0", features = ["event-stream"] }
2929
directories = "6.0.0"
3030
edit = "0.1.5"
3131
futures = "0.3.32"
32-
hyperrat = { path = "crates/hyperrat", version = "0.1.1" }
32+
hyperrat = { path = "crates/hyperrat", version = "0.1.2" }
3333
inquire = "0.9.4"
3434
keyring = { version = "3.6.3", features = ["apple-native", "windows-native"] }
3535
octocrab = "0.49.7"
@@ -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.3", features = ["tokio"] }
42+
ratatui-toaster = { path = "crates/ratatui-toaster", version = "0.1.4", features = ["tokio"] }
4343
termprofile = { version = "0.2.3", features = ["convert", "ratatui"] }
4444
textwrap = { version = "0.16.2", features = ["terminal_size"] }
4545
thiserror = "2.0.18"

crates/hyperrat/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.2](https://github.com/JayanAXHF/gitv/compare/hyperrat-v0.1.1...hyperrat-v0.1.2) - 2026-06-28
11+
12+
### <!-- 10 -->Other
13+
14+
- hyperrat fix: upgrade to ratatui 0.30
15+
1016
## [0.1.1](https://github.com/JayanAXHF/gitv/compare/hyperrat-v0.1.0...hyperrat-v0.1.1) - 2026-02-19
1117

1218
### Other

crates/hyperrat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hyperrat"
33
description = "An OSC 8 link widget for ratatui that doesn't break your UI"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
edition = "2024"
66
authors = ["JayanAXHF <sunil.chdry@gmail.com>"]
77
license = "Unlicense OR MIT"

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

0 commit comments

Comments
 (0)