From e3acc3febcfd8c7abe0454d475de4c28dceeea63 Mon Sep 17 00:00:00 2001 From: ll-nick <68419636+ll-nick@users.noreply.github.com> Date: Sat, 22 Nov 2025 15:13:13 +0100 Subject: [PATCH 1/2] Update contribution section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a25f47e..4b430dd 100644 --- a/README.md +++ b/README.md @@ -223,3 +223,4 @@ and set `theme_name = "high-contrast"` in the `config.toml` file. Thanks @Banh-Canh for contributing the fish integration! Thanks @johnallen3d and @bjohnso5 for testing `leadr` on macOS! Thanks @ltaupiac for setting up the Homebrew tap! +Thanks @johnstegeman for improving the fish shell key parsing! From 503fda237382acb15a6e65bd6a55ae6e855df6f2 Mon Sep 17 00:00:00 2001 From: ll-nick <68419636+ll-nick@users.noreply.github.com> Date: Sat, 22 Nov 2025 15:13:17 +0100 Subject: [PATCH 2/2] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0df5c98..fe0966b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -351,7 +351,7 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "leadr" -version = "2.8.4" +version = "2.8.5" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index fa444f6..31339b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "leadr" description = "Shell aliases on steroids" -version = "2.8.4" +version = "2.8.5" edition = "2024" license = "MIT" authors = ["ll-nick"]