aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Maier <jonas@x77.dev>2026-05-08 19:11:19 +0200
committerJonas Maier <jonas@x77.dev>2026-05-08 19:11:19 +0200
commitd8712f7ccc8cb26458f3244f6066b9161968f9e1 (patch)
tree02da3fa6f8090bb99f60d1563d07d54d5c1f5fab
parentf4b69eb87ca61f408323ab9d24938859f7c4ceb3 (diff)
downloadpish-d8712f7ccc8cb26458f3244f6066b9161968f9e1.tar.gz
0.6.1
-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 909c87f..4eee569 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -56,7 +56,7 @@ dependencies = [
[[package]]
name = "pish"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"libc",
"nix",
diff --git a/Cargo.toml b/Cargo.toml
index e0bf067..2ca08d8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "pish"
description = "pretty incredible shell"
-version = "0.6.0"
+version = "0.6.1"
edition = "2024"
license-file = "LICENSE"