Skip to content

Commit

Permalink
chore: release 2025.2.7 (#4424)
Browse files Browse the repository at this point in the history
### 🚀 Features

- **(registry)** add lychee to registry by
[@eread](https://github.com/eread) in
[#4181](#4181)
- Install latest nominated zig from
https://machengine.org/zig/index.json by
[@tamadamas](https://github.com/tamadamas) in
[#4451](#4451)

### 🐛 Bug Fixes

- **(cli/run)** inherit stdio by --raw even when redactions are enabled
by [@risu729](https://github.com/risu729) in
[#4446](#4446)
- **(task)** Running programs on windows without cmd.exe by
[@NavyD](https://github.com/NavyD) in
[#4459](#4459)
- bugs with grep in tar_supports_zstd in mise.run script by
[@glasser](https://github.com/glasser) in
[#4453](#4453)

### 📚 Documentation

- fix watch files hook example by [@rsyring](https://github.com/rsyring)
in [#4427](#4427)
- Fix run-on sentence by [@henrebotha](https://github.com/henrebotha) in
[#4429](#4429)
- mention hk by [@jdx](https://github.com/jdx) in
[1a58e86](1a58e86)
- discord link by [@jdx](https://github.com/jdx) in
[b586085](b586085)
- Add a section on how to use environment variables by
[@hverlin](https://github.com/hverlin) in
[#4435](#4435)
- Update installation for archLinux by
[@Nicknamely](https://github.com/Nicknamely) in
[#4449](#4449)

### 🧪 Testing

- always set experimental = true in tests by
[@jdx](https://github.com/jdx) in
[#4443](#4443)

### Chore

- fixed new clippy lints by [@jdx](https://github.com/jdx) in
[#4463](#4463)

### New Contributors

- @tamadamas made their first contribution in
[#4451](#4451)
- @Nicknamely made their first contribution in
[#4449](#4449)
- @eread made their first contribution in
[#4181](#4181)
- @rsyring made their first contribution in
[#4427](#4427)
  • Loading branch information
mise-en-dev authored Feb 19, 2025
1 parent 82d215d commit 68d87a6
Show file tree
Hide file tree
Showing 10 changed files with 81 additions and 44 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Changelog

## [2025.2.7](https://github.com/jdx/mise/compare/v2025.2.6..v2025.2.7) - 2025-02-19

### 🚀 Features

- **(registry)** add lychee to registry by [@eread](https://github.com/eread) in [#4181](https://github.com/jdx/mise/pull/4181)
- Install latest nominated zig from https://machengine.org/zig/index.json by [@tamadamas](https://github.com/tamadamas) in [#4451](https://github.com/jdx/mise/pull/4451)

### 🐛 Bug Fixes

- **(cli/run)** inherit stdio by --raw even when redactions are enabled by [@risu729](https://github.com/risu729) in [#4446](https://github.com/jdx/mise/pull/4446)
- **(task)** Running programs on windows without cmd.exe by [@NavyD](https://github.com/NavyD) in [#4459](https://github.com/jdx/mise/pull/4459)
- bugs with grep in tar_supports_zstd in mise.run script by [@glasser](https://github.com/glasser) in [#4453](https://github.com/jdx/mise/pull/4453)

### 📚 Documentation

- fix watch files hook example by [@rsyring](https://github.com/rsyring) in [#4427](https://github.com/jdx/mise/pull/4427)
- Fix run-on sentence by [@henrebotha](https://github.com/henrebotha) in [#4429](https://github.com/jdx/mise/pull/4429)
- mention hk by [@jdx](https://github.com/jdx) in [1a58e86](https://github.com/jdx/mise/commit/1a58e86ce2ce16d848755df8feccf514000053fd)
- discord link by [@jdx](https://github.com/jdx) in [b586085](https://github.com/jdx/mise/commit/b58608521cccee812adaa642145f061ccbcbac43)
- Add a section on how to use environment variables by [@hverlin](https://github.com/hverlin) in [#4435](https://github.com/jdx/mise/pull/4435)
- Update installation for archLinux by [@Nicknamely](https://github.com/Nicknamely) in [#4449](https://github.com/jdx/mise/pull/4449)

### 🧪 Testing

- always set experimental = true in tests by [@jdx](https://github.com/jdx) in [#4443](https://github.com/jdx/mise/pull/4443)

### Chore

- fixed new clippy lints by [@jdx](https://github.com/jdx) in [#4463](https://github.com/jdx/mise/pull/4463)

### New Contributors

- @tamadamas made their first contribution in [#4451](https://github.com/jdx/mise/pull/4451)
- @Nicknamely made their first contribution in [#4449](https://github.com/jdx/mise/pull/4449)
- @eread made their first contribution in [#4181](https://github.com/jdx/mise/pull/4181)
- @rsyring made their first contribution in [#4427](https://github.com/jdx/mise/pull/4427)

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

### 🚀 Features
Expand Down
58 changes: 29 additions & 29 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.6"
version = "2025.2.7"
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.6 macos-arm64 (a1b2d3e 2025-02-16)
2025.2.7 macos-arm64 (a1b2d3e 2025-02-19)
```

or install a specific a version:
Expand Down
2 changes: 1 addition & 1 deletion aqua-registry
Submodule aqua-registry updated 102 files
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_6:-}" ]] || _cache_invalid _usage_spec_mise_2025_2_6 ) \
&& ! _retrieve_cache _usage_spec_mise_2025_2_6;
if ( [[ -z "${_usage_spec_mise_2025_2_7:-}" ]] || _cache_invalid _usage_spec_mise_2025_2_7 ) \
&& ! _retrieve_cache _usage_spec_mise_2025_2_7;
then
spec="$(mise usage)"
_store_cache _usage_spec_mise_2025_2_6 spec
_store_cache _usage_spec_mise_2025_2_7 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_6:-} ]]; then
_usage_spec_mise_2025_2_6="$(mise usage)"
if [[ -z ${_usage_spec_mise_2025_2_7:-} ]]; then
_usage_spec_mise_2025_2_7="$(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_6}" --cword="$cword" -- "${words[@]}")"
_comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_2_7}" --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_6
set -g _usage_spec_mise_2025_2_6 (mise usage | string collect)
if ! set -q _usage_spec_mise_2025_2_7
set -g _usage_spec_mise_2025_2_7 (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_6" -- (commandline -xpc) (commandline -t))'
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_7" -- (commandline -xpc) (commandline -t))'
else
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_6" -- (commandline -opc) (commandline -t))'
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_7" -- (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.6";
version = "2025.2.7";

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

0 comments on commit 68d87a6

Please sign in to comment.