From 32cda78f13b32b6a025167e9a6e0f94237772182 Mon Sep 17 00:00:00 2001 From: Frederick Alvarez Date: Fri, 16 May 2025 18:19:40 -0700 Subject: [PATCH] chore: Release --- rushstr-core/Cargo.toml | 2 +- rushstr-tui/Cargo.toml | 4 ++-- rushstr/Cargo.toml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rushstr-core/Cargo.toml b/rushstr-core/Cargo.toml index 6494404..6bbd7cc 100644 --- a/rushstr-core/Cargo.toml +++ b/rushstr-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rushstr-core" -version = "1.4.0" +version = "1.4.1" edition = "2024" description = "An interactive, Rust-powered shell history search tool inspired by hstr" license = "MIT" diff --git a/rushstr-tui/Cargo.toml b/rushstr-tui/Cargo.toml index b034323..5ac887a 100644 --- a/rushstr-tui/Cargo.toml +++ b/rushstr-tui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rushstr-tui" -version = "1.4.0" +version = "1.4.1" edition = "2024" description = "An interactive, Rust-powered shell history search tool inspired by hstr" license = "MIT" @@ -13,4 +13,4 @@ crossterm.workspace = true ratatui.workspace = true anyhow.workspace = true arboard.workspace = true -rushstr-core = { path = "../rushstr-core", version = "1.4.0" } +rushstr-core = { path = "../rushstr-core", version = "1.4.1" } diff --git a/rushstr/Cargo.toml b/rushstr/Cargo.toml index 11ba162..17d0997 100644 --- a/rushstr/Cargo.toml +++ b/rushstr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rushstr" -version = "1.4.0" +version = "1.4.1" edition = "2024" description = "An interactive, Rust-powered shell history search tool inspired by hstr" license = "MIT" @@ -11,8 +11,8 @@ homepage = "https://github.com/donhk/rushstr" [dependencies] anyhow.workspace = true clap.workspace = true -rushstr-core = { path = "../rushstr-core", version = "1.4.0" } -rushstr-tui = { path = "../rushstr-tui", version = "1.4.0" } +rushstr-core = { path = "../rushstr-core", version = "1.4.1" } +rushstr-tui = { path = "../rushstr-tui", version = "1.4.1" } [[bin]] name = "rushstr"