aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Maier <jonas@x77.dev>2026-06-02 22:16:25 +0200
committerJonas Maier <jonas@x77.dev>2026-06-02 22:16:25 +0200
commitbf39e526f8d8469f916115c992eda5318573a093 (patch)
treea1134135df3fbe1bf94544c3217e05b6c7d6497a
parentd1059e8648d9a567d8a09b4f564bceb1a40fa262 (diff)
downloadpish-bf39e526f8d8469f916115c992eda5318573a093.tar.gz
0.7.0: more regex features
-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 f534bc3..41c2b86 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -56,7 +56,7 @@ dependencies = [
[[package]]
name = "pish"
-version = "0.6.9"
+version = "0.7.0"
dependencies = [
"libc",
"nix",
diff --git a/Cargo.toml b/Cargo.toml
index e117de9..d93b041 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "pish"
description = "pretty incredible shell"
-version = "0.6.9"
+version = "0.7.0"
edition = "2024"
license-file = "LICENSE"