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"] 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!