From a9db4d48395909b524379c809549fae274b4ec32 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Mon, 20 Nov 2023 17:49:57 -0500 Subject: [PATCH] Release version 1.4.0 (#48) Update version to 1.4.0 with [cargo-release](https://github.com/crate-ci/cargo-release). Merge this PR to build and publish a new release. Co-authored-by: github-actions[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 038bf4a..f809641 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,7 +318,7 @@ dependencies = [ [[package]] name = "nix-your-shell" -version = "1.3.1" +version = "1.4.0" dependencies = [ "camino", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5a55090..a4f84fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nix-your-shell" -version = "1.3.1" +version = "1.4.0" edition = "2021" authors = ["Rebecca Turner "] description = "A `nix` and `nix-shell` wrapper for shells other than `bash`"