From fec4b4c7aefce7d5ded28abbbc230e0f13dbdf18 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:50:34 -0600 Subject: [PATCH] chore: Release mise version 2024.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- default.nix | 2 +- packaging/rpm/mise.spec | 2 +- src/default_shorthands.rs | 12 ++++-------- 5 files changed, 8 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74506de08..e04e70df3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1329,7 +1329,7 @@ dependencies = [ [[package]] name = "mise" -version = "2024.1.3" +version = "2024.1.4" dependencies = [ "base64", "built", diff --git a/Cargo.toml b/Cargo.toml index a52cb46a7..3a2eefb9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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)"] diff --git a/default.nix b/default.nix index 285e0bfa2..c72736d85 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,7 @@ let in rustPlatform.buildRustPackage { pname = "mise"; - version = "2024.1.3"; + version = "2024.1.4"; src = lib.cleanSource ./.; diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index 03436b6c0..9ce17aa1c 100644 --- a/packaging/rpm/mise.spec +++ b/packaging/rpm/mise.spec @@ -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 diff --git a/src/default_shorthands.rs b/src/default_shorthands.rs index a02350f8a..45b99702c 100644 --- a/src/default_shorthands.rs +++ b/src/default_shorthands.rs @@ -304,7 +304,7 @@ pub static DEFAULT_SHORTHANDS: Lazy> = ("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"), @@ -499,13 +499,13 @@ pub static DEFAULT_SHORTHANDS: Lazy> = ("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"), @@ -658,7 +658,7 @@ pub static DEFAULT_SHORTHANDS: Lazy> = ("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"), @@ -738,8 +738,4 @@ pub static DEFAULT_SHORTHANDS: Lazy> = pub static TRUSTED_SHORTHANDS: Lazy> = Lazy::new(|| HashSet::from([ "dt", - "hub", - "pipenv", - "poetry", - "tiny", ]));