From 6d2d94b6a7b08ea335fbe88bc2f3076940e26c1f Mon Sep 17 00:00:00 2001 From: pagedmov Date: Sun, 1 Mar 2026 21:19:41 -0500 Subject: [PATCH] bumped version to 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- flake.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d8a6b8..6d71a2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -589,7 +589,7 @@ dependencies = [ [[package]] name = "shed" -version = "0.3.0" +version = "0.4.0" dependencies = [ "ariadne", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 0696c29..acd84b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "shed" description = "A linux shell written in rust" publish = false -version = "0.3.0" +version = "0.4.0" edition = "2024" diff --git a/flake.nix b/flake.nix index 651d1e4..ae00fa9 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ { packages.default = pkgs.rustPlatform.buildRustPackage { pname = "shed"; - version = "0.3.0"; + version = "0.4.0"; src = self;