Skip to content

Commit

Permalink
chore: Release mise version 2024.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 24, 2024
1 parent 130aaf8 commit 99856fc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions 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 = "mise"
version = "2024.1.24"
version = "2024.1.25"
edition = "2021"
description = "The front-end to your dev env"
authors = ["Jeff Dickey (@jdx)"]
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

rustPlatform.buildRustPackage {
pname = "mise";
version = "2024.1.24";
version = "2024.1.25";

src = lib.cleanSource ./.;

Expand Down
4 changes: 2 additions & 2 deletions man/man1/mise.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH mise 1 "mise 2024.1.24"
.TH mise 1 "mise 2024.1.25"
.SH NAME
mise \- The front\-end to your dev env
.SH SYNOPSIS
Expand Down Expand Up @@ -179,6 +179,6 @@ Examples:
$ mise settings Show settings in use
$ mise settings set color 0 Disable color by modifying global config file
.SH VERSION
v2024.1.24
v2024.1.25
.SH AUTHORS
Jeff Dickey <@jdx>
2 changes: 1 addition & 1 deletion packaging/rpm/mise.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: The front-end to your dev env
Name: mise
Version: 2024.1.24
Version: 2024.1.25
Release: 1
URL: https://github.com/jdx/mise/
Group: System
Expand Down
1 change: 1 addition & 0 deletions src/default_shorthands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ pub static DEFAULT_SHORTHANDS: Lazy<HashMap<&'static str, &'static str>> =
("shellcheck", "https://github.com/luizm/asdf-shellcheck.git"),
("shellspec", "https://github.com/poikilotherm/asdf-shellspec.git"),
("shfmt", "https://github.com/luizm/asdf-shfmt.git"),
("shorebird", "https://github.com/valian-ca/asdf-shorebird.git"),
("sinker", "https://github.com/elementalvoid/asdf-sinker.git"),
("skaffold", "https://github.com/nklmilojevic/asdf-skaffold.git"),
("skate", "https://github.com/chessmango/asdf-skate.git"),
Expand Down

0 comments on commit 99856fc

Please sign in to comment.