Skip to content

Commit

Permalink
Release version 1.2.1 (#32)
Browse files Browse the repository at this point in the history
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] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
9999years and github-actions[bot] authored Jul 6, 2023
1 parent 2bd9b33 commit 51e5b74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nix-your-shell"
version = "1.2.0"
version = "1.2.1"
edition = "2021"
authors = ["Rebecca Turner <[email protected]>"]
description = "A `nix` and `nix-shell` wrapper for shells other than `bash`"
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 51e5b74

Please sign in to comment.