From 44dfa6dd66ed6734754262f7b27f6eff53c068bf Mon Sep 17 00:00:00 2001 From: Jonas Maier Date: Sun, 3 May 2026 16:45:27 +0200 Subject: v0.6.0: custom keybinds, source & exit & ct builtin --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce62280..909c87f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "pish" -version = "0.5.0" +version = "0.6.0" dependencies = [ "libc", "nix", diff --git a/Cargo.toml b/Cargo.toml index 5931d53..e0bf067 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pish" description = "pretty incredible shell" -version = "0.5.0" +version = "0.6.0" edition = "2024" license-file = "LICENSE" -- cgit v1.2.3