diff --git a/CHANGELOG.md b/CHANGELOG.md index cc11ee3..f665980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.5](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.4.4...gitv-tui-v0.4.5) - 2026-06-28 + +### Miscellaneous Tasks + +- updated the following local packages: hyperrat + ## [0.4.4](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.4.3...gitv-tui-v0.4.4) - 2026-06-28 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 20dc770..c76774c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1505,7 +1505,7 @@ dependencies = [ [[package]] name = "gitv-tui" -version = "0.4.4" +version = "0.4.5" dependencies = [ "anyhow", "async-trait", @@ -2716,7 +2716,7 @@ dependencies = [ [[package]] name = "hyperrat" -version = "0.1.2" +version = "0.1.3" dependencies = [ "ratatui-core", "textwrap", diff --git a/Cargo.toml b/Cargo.toml index 5dc7e11..ac1d3ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitv-tui" -version = "0.4.4" +version = "0.4.5" edition = "2024" build = "build.rs" description = "A terminal-based GitHub client built with Rust and Ratatui." @@ -29,7 +29,7 @@ crossterm = { version = "0.29.0", features = ["event-stream"] } directories = "6.0.0" edit = "0.1.5" futures = "0.3.32" -hyperrat = { path = "crates/hyperrat", version = "0.1.2" } +hyperrat = { path = "crates/hyperrat", version = "0.1.3" } inquire = "0.9.4" keyring = { version = "3.6.3", features = ["apple-native", "windows-native"] } octocrab = "0.49.7" diff --git a/crates/hyperrat/CHANGELOG.md b/crates/hyperrat/CHANGELOG.md index 246f7c4..aca7508 100644 --- a/crates/hyperrat/CHANGELOG.md +++ b/crates/hyperrat/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/JayanAXHF/gitv/compare/hyperrat-v0.1.2...hyperrat-v0.1.3) - 2026-06-28 + +### Bug Fixes + +- fix dev artifact in prod + ## [0.1.2](https://github.com/JayanAXHF/gitv/compare/hyperrat-v0.1.1...hyperrat-v0.1.2) - 2026-06-28 ### Other diff --git a/crates/hyperrat/Cargo.toml b/crates/hyperrat/Cargo.toml index f6f8291..7264342 100644 --- a/crates/hyperrat/Cargo.toml +++ b/crates/hyperrat/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyperrat" description = "An OSC 8 link widget for ratatui that doesn't break your UI" -version = "0.1.2" +version = "0.1.3" edition = "2024" authors = ["JayanAXHF "] license = "Unlicense OR MIT"