Skip to content

Commit

Permalink
chore: Release mise version 2024.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 18, 2024
1 parent 46746cc commit d4d51e6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 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 = "mise"
version = "2024.1.22"
version = "2024.1.23"
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.22";
version = "2024.1.23";

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.22"
.TH mise 1 "mise 2024.1.23"
.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.22
v2024.1.23
.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.22
Version: 2024.1.23
Release: 1
URL: https://github.com/jdx/mise/
Group: System
Expand Down
14 changes: 9 additions & 5 deletions src/default_shorthands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ pub static DEFAULT_SHORTHANDS: Lazy<HashMap<&'static str, &'static str>> =
("hls", "https://github.com/sestrella/asdf-ghcup.git"),
("hostctl", "https://github.com/svenluijten/asdf-hostctl.git"),
("httpie-go", "https://github.com/abatilo/asdf-httpie-go.git"),
("hub", "https://github.com/rtx-plugins/asdf-hub.git"),
("hub", "https://github.com/mise-plugins/asdf-hub.git"),
("hugo", "https://github.com/NeoHsu/asdf-hugo.git"),
("hurl", "https://github.com/raimon49/asdf-hurl.git"),
("hwatch", "https://github.com/chessmango/asdf-hwatch.git"),
Expand Down Expand Up @@ -430,7 +430,7 @@ pub static DEFAULT_SHORTHANDS: Lazy<HashMap<&'static str, &'static str>> =
("ls-lint", "https://github.com/Ameausoone/asdf-ls-lint.git"),
("lua", "https://github.com/Stratus3D/asdf-lua.git"),
("lua-language-server", "https://github.com/bellini666/asdf-lua-language-server"),
("luaJIT", "https://github.com/smashedtoatoms/asdf-luaJIT.git"),
("luajit", "https://github.com/smashedtoatoms/asdf-luaJIT.git"),
("lucy", "https://github.com/cometkim/asdf-lucy.git"),
("maestro", "https://github.com/dotanuki-labs/asdf-maestro.git"),
("mage", "https://github.com/mathew-fleisch/asdf-mage.git"),
Expand Down Expand Up @@ -518,13 +518,13 @@ pub static DEFAULT_SHORTHANDS: Lazy<HashMap<&'static str, &'static str>> =
("pint", "https://github.com/sam-burrell/asdf-pint.git"),
("pipectl", "https://github.com/pipe-cd/asdf-pipectl.git"),
("pipelight", "https://github.com/kogeletey/asdf-pipelight.git"),
("pipenv", "https://github.com/rtx-plugins/rtx-pipenv.git"),
("pipenv", "https://github.com/mise-plugins/mise-pipenv.git"),
("pipx", "https://github.com/yozachar/asdf-pipx.git"),
("pivnet", "https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf.git"),
("please", "https://github.com/asdf-community/asdf-please.git"),
("pluto", "https://github.com/FairwindsOps/asdf-pluto.git"),
("pnpm", "https://github.com/jonathanmorley/asdf-pnpm.git"),
("poetry", "https://github.com/rtx-plugins/rtx-poetry.git"),
("poetry", "https://github.com/mise-plugins/mise-poetry.git"),
("polaris", "https://github.com/particledecay/asdf-polaris.git"),
("popeye", "https://github.com/nlamirault/asdf-popeye.git"),
("postgres", "https://github.com/smashedtoatoms/asdf-postgres.git"),
Expand Down Expand Up @@ -680,7 +680,7 @@ pub static DEFAULT_SHORTHANDS: Lazy<HashMap<&'static str, &'static str>> =
("thrift", "https://github.com/alisaifee/asdf-thrift.git"),
("tilt", "https://github.com/eaceaser/asdf-tilt.git"),
("timoni", "https://github.com/Smana/asdf-timoni.git"),
("tiny", "https://github.com/rtx-plugins/rtx-tiny.git"),
("tiny", "https://github.com/mise-plugins/mise-tiny.git"),
("tinytex", "https://github.com/Fbrisset/asdf-tinytex.git"),
("titan", "https://github.com/gabitchov/asdf-titan.git"),
("tlsg-cli", "https://github.com/0ghny/asdf-tlsgcli.git"),
Expand Down Expand Up @@ -763,5 +763,9 @@ pub static TRUSTED_SHORTHANDS: Lazy<HashSet<&'static str>> =
Lazy::new(|| HashSet::from([
"dt",
"elixir",
"hub",
"pipenv",
"poetry",
"tiny",
"tuist",
]));

0 comments on commit d4d51e6

Please sign in to comment.