From 51e5b74900ef26e7847ab625fbe5b6540388c712 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Thu, 6 Jul 2023 15:01:37 -0400 Subject: [PATCH] Release version 1.2.1 (#32) Update version to 1.2.1 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 +- flake.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea6d236..fce0b86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -294,7 +294,7 @@ dependencies = [ [[package]] name = "nix-your-shell" -version = "1.2.0" +version = "1.2.1" dependencies = [ "camino", "clap", diff --git a/Cargo.toml b/Cargo.toml index d66e4f6..2def2aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nix-your-shell" -version = "1.2.0" +version = "1.2.1" edition = "2021" authors = ["Rebecca Turner "] description = "A `nix` and `nix-shell` wrapper for shells other than `bash`" diff --git a/flake.nix b/flake.nix index 5afa2c4..318c0d8 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,7 @@ final: prev: { nix-your-shell = final.rustPlatform.buildRustPackage { pname = "nix-your-shell"; - version = "1.2.0"; # LOAD-BEARING COMMENT. See: `.github/workflows/version.yaml` + version = "1.2.1"; # LOAD-BEARING COMMENT. See: `.github/workflows/version.yaml` cargoLock = { lockFile = ./Cargo.lock;