Skip to content

Commit

Permalink
chore: release 2025.2.5 (#4402)
Browse files Browse the repository at this point in the history
### 🐛 Bug Fixes

- properly replace non set flags with "false" by
[@IxDay](https://github.com/IxDay) in
[#4410](#4410)

### ◀️ Revert

- "feat: set usage arguments and flags as environment variables for toml
tasks" by [@jdx](https://github.com/jdx) in
[#4413](#4413)
  • Loading branch information
mise-en-dev authored Feb 16, 2025
1 parent ebfb076 commit fc70f04
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 22 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2025.2.5](https://github.com/jdx/mise/compare/v2025.2.4..v2025.2.5) - 2025-02-16

### 🐛 Bug Fixes

- properly replace non set flags with "false" by [@IxDay](https://github.com/IxDay) in [#4410](https://github.com/jdx/mise/pull/4410)
- path env order with subdirs by [@jdx](https://github.com/jdx) in [#4412](https://github.com/jdx/mise/pull/4412)

### ◀️ Revert

- "feat: set usage arguments and flags as environment variables for toml tasks" by [@jdx](https://github.com/jdx) in [#4413](https://github.com/jdx/mise/pull/4413)

## [2025.2.4](https://github.com/jdx/mise/compare/v2025.2.3..v2025.2.4) - 2025-02-14

### 🚀 Features
Expand Down
14 changes: 7 additions & 7 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 = "2025.2.4"
version = "2025.2.5"
edition = "2021"
description = "The front-end to your dev env"
authors = ["Jeff Dickey (@jdx)"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)):
```sh-session
$ curl https://mise.run | sh
$ ~/.local/bin/mise --version
2025.2.4 macos-arm64 (a1b2d3e 2025-02-14)
2025.2.5 macos-arm64 (a1b2d3e 2025-02-16)
```

or install a specific a version:
Expand Down
2 changes: 1 addition & 1 deletion aqua-registry
Submodule aqua-registry updated 47 files
+1 −1 .github/workflows/actionlint.yaml
+1 −1 .github/workflows/autofix.yaml
+1 −1 .github/workflows/debug-with-action-tmate.yaml
+1 −1 .github/workflows/update.yaml
+1 −1 .github/workflows/wc-ci-info.yaml
+1 −1 .github/workflows/wc-lintnet.yaml
+1 −1 .github/workflows/wc-test-docker.yaml
+1 −1 .github/workflows/wc-test.yaml
+1 −1 docker/Dockerfile
+1 −1 pkgs/Zxilly/go-size-analyzer/pkg.yaml
+1 −1 pkgs/aptly-dev/aptly/pkg.yaml
+1 −1 pkgs/ast-grep/ast-grep/pkg.yaml
+1 −1 pkgs/axllent/mailpit/pkg.yaml
+1 −1 pkgs/cargo-bins/cargo-binstall/pkg.yaml
+1 −1 pkgs/cloudfoundry/bosh-cli/pkg.yaml
+1 −1 pkgs/cubicdaiya/nginx-build/pkg.yaml
+1 −1 pkgs/dag-andersen/argocd-diff-preview/pkg.yaml
+8 −0 pkgs/fission/fission/pkg.yaml
+55 −10 pkgs/fission/fission/registry.yaml
+1 −1 pkgs/fujiwara/apprun-cli/pkg.yaml
+1 −1 pkgs/getzola/zola/pkg.yaml
+1 −1 pkgs/goccy/go-yaml/ycat/pkg.yaml
+1 −1 pkgs/gruntwork-io/terragrunt/pkg.yaml
+2 −0 pkgs/hashicorp/vagrant/vagrant-go/pkg.yaml
+21 −0 pkgs/hashicorp/vagrant/vagrant-go/registry.yaml
+1 −1 pkgs/hatoo/oha/pkg.yaml
+1 −1 pkgs/innobead/huber/pkg.yaml
+1 −1 pkgs/int128/cronjob-runner/pkg.yaml
+1 −1 pkgs/jdx/mise/pkg.yaml
+10 −0 pkgs/jenkins-x/jx/registry.yaml
+1 −1 pkgs/jesseduffield/lazygit/pkg.yaml
+1 −1 pkgs/jetify-com/devbox/pkg.yaml
+1 −1 pkgs/jorgerojas26/lazysql/pkg.yaml
+1 −1 pkgs/josephburnett/jd/pkg.yaml
+1 −1 pkgs/k3d-io/k3d/pkg.yaml
+1 −1 pkgs/kubernetes-sigs/kind/pkg.yaml
+6 −0 pkgs/lsd-rs/lsd/pkg.yaml
+68 −20 pkgs/lsd-rs/lsd/registry.yaml
+1 −1 pkgs/moonrepo/moon/pkg.yaml
+1 −1 pkgs/moonrepo/proto/pkg.yaml
+1 −1 pkgs/open-policy-agent/conftest/pkg.yaml
+2 −0 pkgs/slsa-framework/slsa-verifier/pkg.yaml
+21 −10 pkgs/slsa-framework/slsa-verifier/registry.yaml
+1 −1 pkgs/suzuki-shunsuke/deny-self-approve/pkg.yaml
+1 −1 pkgs/tailor-platform/tailorctl/pkg.yaml
+1 −1 pkgs/tilt-dev/ctlptl/pkg.yaml
+173 −40 registry.yaml
6 changes: 3 additions & 3 deletions completions/_mise
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ _mise() {
zstyle ":completion:${curcontext}:" cache-policy _usage_mise_cache_policy
fi

if ( [[ -z "${_usage_spec_mise_2025_2_4:-}" ]] || _cache_invalid _usage_spec_mise_2025_2_4 ) \
&& ! _retrieve_cache _usage_spec_mise_2025_2_4;
if ( [[ -z "${_usage_spec_mise_2025_2_5:-}" ]] || _cache_invalid _usage_spec_mise_2025_2_5 ) \
&& ! _retrieve_cache _usage_spec_mise_2025_2_5;
then
spec="$(mise usage)"
_store_cache _usage_spec_mise_2025_2_4 spec
_store_cache _usage_spec_mise_2025_2_5 spec
fi

_arguments "*: :(($(usage complete-word --shell zsh -s "$spec" -- "${words[@]}" )))"
Expand Down
6 changes: 3 additions & 3 deletions completions/mise.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ _mise() {
return 1
fi

if [[ -z ${_usage_spec_mise_2025_2_4:-} ]]; then
_usage_spec_mise_2025_2_4="$(mise usage)"
if [[ -z ${_usage_spec_mise_2025_2_5:-} ]]; then
_usage_spec_mise_2025_2_5="$(mise usage)"
fi

local cur prev words cword was_split comp_args
_comp_initialize -n : -- "$@" || return
# shellcheck disable=SC2207
_comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_2_4}" --cword="$cword" -- "${words[@]}")"
_comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_2_5}" --cword="$cword" -- "${words[@]}")"
_comp_ltrim_colon_completions "$cur"
# shellcheck disable=SC2181
if [[ $? -ne 0 ]]; then
Expand Down
8 changes: 4 additions & 4 deletions completions/mise.fish
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ if ! command -v usage &> /dev/null
return 1
end

if ! set -q _usage_spec_mise_2025_2_4
set -g _usage_spec_mise_2025_2_4 (mise usage | string collect)
if ! set -q _usage_spec_mise_2025_2_5
set -g _usage_spec_mise_2025_2_5 (mise usage | string collect)
end
set -l tokens
if commandline -x >/dev/null 2>&1
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_4" -- (commandline -xpc) (commandline -t))'
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_5" -- (commandline -xpc) (commandline -t))'
else
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_4" -- (commandline -opc) (commandline -t))'
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_5" -- (commandline -opc) (commandline -t))'
end
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 = "2025.2.4";
version = "2025.2.5";

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: 2025.2.4
Version: 2025.2.5
Release: 1
URL: https://github.com/jdx/mise/
Group: System
Expand Down

0 comments on commit fc70f04

Please sign in to comment.