aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Maier <>2026-05-23 16:54:52 +0200
committerJonas Maier <>2026-05-23 16:54:52 +0200
commit8316ec37e248abbd25342750c1a84b059896df90 (patch)
treec82484f4294a9b1cd275c95b38db99c023576430
parent0c4445a732926a83338cd8f5bd2b13fcbd3cac1f (diff)
downloadpish-8316ec37e248abbd25342750c1a84b059896df90.tar.gz
0.6.9
-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 066e66d..f534bc3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -56,7 +56,7 @@ dependencies = [
[[package]]
name = "pish"
-version = "0.6.8"
+version = "0.6.9"
dependencies = [
"libc",
"nix",
diff --git a/Cargo.toml b/Cargo.toml
index 0efbdd0..e117de9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "pish"
description = "pretty incredible shell"
-version = "0.6.8"
+version = "0.6.9"
edition = "2024"
license-file = "LICENSE"