aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Maier <>2026-03-06 14:44:04 +0100
committerJonas Maier <>2026-03-06 14:44:04 +0100
commit12d929265c0717725d467e539daebe40b4d1b154 (patch)
tree3a9263ca0e9b1a9038e42c8ed6e608602cddad75
parente6831f59011128e10be2e84f1da6a56fe0416652 (diff)
downloadpish-12d929265c0717725d467e539daebe40b4d1b154.tar.gz
0.2.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 e3aa48e..927ff49 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -10,7 +10,7 @@ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
[[package]]
name = "pish"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"libc",
"termios",
diff --git a/Cargo.toml b/Cargo.toml
index 0588542..8b69bb9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "pish"
description = "pretty incredible shell"
-version = "0.1.0"
+version = "0.2.0"
edition = "2024"
license-file = "LICENSE"