Skip to content

Commit d267025

Browse files
Release version 1.3.0 (#38)
Update version to 1.3.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] <github-actions[bot]@users.noreply.github.com>
1 parent 36b0117 commit d267025

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nix-your-shell"
3-
version = "1.2.1"
3+
version = "1.3.0"
44
edition = "2021"
55
authors = ["Rebecca Turner <[email protected]>"]
66
description = "A `nix` and `nix-shell` wrapper for shells other than `bash`"

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
final: prev: {
5050
nix-your-shell = final.rustPlatform.buildRustPackage {
5151
pname = "nix-your-shell";
52-
version = "1.2.1"; # LOAD-BEARING COMMENT. See: `.github/workflows/version.yaml`
52+
version = "1.3.0"; # LOAD-BEARING COMMENT. See: `.github/workflows/version.yaml`
5353

5454
cargoLock = {
5555
lockFile = ./Cargo.lock;

0 commit comments

Comments
 (0)