aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Maier <>2026-03-10 18:04:06 +0100
committerJonas Maier <>2026-03-10 18:04:06 +0100
commit83608b29e3959da5e5ee2aed07db106c3b1c338f (patch)
tree77f28d6a0b66360bfcbb8cae892c082ed1dc508a
parent1361e3088224860b143755e9fe1f1d7ce033e476 (diff)
downloadpish-83608b29e3959da5e5ee2aed07db106c3b1c338f.tar.gz
0.4.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5a64a8f..312257e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -56,7 +56,7 @@ dependencies = [
[[package]]
name = "pish"
-version = "0.3.0"
+version = "0.4.0"
dependencies = [
"libc",
"nix",
diff --git a/Cargo.toml b/Cargo.toml
index 0557e81..936e3ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "pish"
description = "pretty incredible shell"
-version = "0.3.0"
+version = "0.4.0"
edition = "2024"
license-file = "LICENSE"