Skip to content

Commit

Permalink
chore: Release mise version 2024.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 4, 2024
1 parent 4aba070 commit fec4b4c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 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.3"
version = "2024.1.4"
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 @@ -7,7 +7,7 @@ let
in
rustPlatform.buildRustPackage {
pname = "mise";
version = "2024.1.3";
version = "2024.1.4";

src = lib.cleanSource ./.;

Expand Down
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.3
Version: 2024.1.4
Release: 1
URL: https://github.com/jdx/mise/
Group: System
Expand Down
12 changes: 4 additions & 8 deletions src/default_shorthands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ pub static DEFAULT_SHORTHANDS: Lazy<HashMap<&'static str, &'static str>> =
("hey", "https://github.com/raimon49/asdf-hey.git"),
("hostctl", "https://github.com/svenluijten/asdf-hostctl.git"),
("httpie-go", "https://github.com/abatilo/asdf-httpie-go.git"),
("hub", "https://github.com/mise-plugins/asdf-hub.git"),
("hub", "https://github.com/rtx-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 @@ -499,13 +499,13 @@ pub static DEFAULT_SHORTHANDS: Lazy<HashMap<&'static str, &'static str>> =
("php", "https://github.com/asdf-community/asdf-php.git"),
("pint", "https://github.com/sam-burrell/asdf-pint.git"),
("pipectl", "https://github.com/pipe-cd/asdf-pipectl.git"),
("pipenv", "https://github.com/mise-plugins/rtx-pipenv.git"),
("pipenv", "https://github.com/rtx-plugins/rtx-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/mise-plugins/rtx-poetry.git"),
("poetry", "https://github.com/rtx-plugins/rtx-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 @@ -658,7 +658,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/mise-plugins/rtx-tiny.git"),
("tiny", "https://github.com/rtx-plugins/rtx-tiny.git"),
("titan", "https://github.com/gabitchov/asdf-titan.git"),
("tlsg-cli", "https://github.com/0ghny/asdf-tlsgcli.git"),
("tmux", "https://github.com/aphecetche/asdf-tmux.git"),
Expand Down Expand Up @@ -738,8 +738,4 @@ pub static DEFAULT_SHORTHANDS: Lazy<HashMap<&'static str, &'static str>> =
pub static TRUSTED_SHORTHANDS: Lazy<HashSet<&'static str>> =
Lazy::new(|| HashSet::from([
"dt",
"hub",
"pipenv",
"poetry",
"tiny",
]));

0 comments on commit fec4b4c

Please sign in to comment.