Skip to content

Commit

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

- **(registry)** add e1s by
[@kiwamizamurai](https://github.com/kiwamizamurai) in
[#4363](#4363)
- **(registry)** add 'marksman' via 'aqua:artempyanykh/marksman' backend
by [@iamoeg](https://github.com/iamoeg) in
[#4357](#4357)
- use `machengine.org` for downloading nominated zig versions by
[@hadronomy](https://github.com/hadronomy) in
[#4356](#4356)

### 🐛 Bug Fixes

- **(aqua)** apply override of version_prefix by
[@risu729](https://github.com/risu729) in
[#4338](#4338)
- **(env_directive)** apply redactions only to env with redact by
[@risu729](https://github.com/risu729) in
[#4388](#4388)
- **(hook_env)** don't exit early if watching files are deleted by
[@risu729](https://github.com/risu729) in
[#4390](#4390)
- **(rubygems_plugin)** Replace which ruby check for Windows
compatibility by [@genskyff](https://github.com/genskyff) in
[#4358](#4358)
- lowercase desired shim names by
[@KevSlashNull](https://github.com/KevSlashNull) in
[#4333](#4333)
- allow cosign opts to be empty in aqua by
[@IxDay](https://github.com/IxDay) in
[#4396](#4396)

### 📚 Documentation

- update Fedora install for dnf5 by [@rkben](https://github.com/rkben)
in [#4387](#4387)
- fix links to idiomatic version file option by
[@pietrodn](https://github.com/pietrodn) in
[#4382](#4382)
- add mise bootstrap example in CI docs by
[@hverlin](https://github.com/hverlin) in
[#4351](#4351)
- Update link in comparison-to-asdf.md by
[@hverlin](https://github.com/hverlin) in
[#4401](#4401)

### 📦️ Dependency Updates

- update rust crate bzip2 to v0.5.1 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#4392](#4392)
- update rust crate built to v0.7.6 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#4391](#4391)

### Chore

- issue closer by [@jdx](https://github.com/jdx) in
[bee1f55](bee1f55)

### New Contributors

- @iamoeg made their first contribution in
[#4357](#4357)
- @hadronomy made their first contribution in
[#4356](#4356)
- @pietrodn made their first contribution in
[#4382](#4382)
- @genskyff made their first contribution in
[#4358](#4358)
- @kiwamizamurai made their first contribution in
[#4363](#4363)
- @rkben made their first contribution in
[#4387](#4387)
- @IxDay made their first contribution in
[#4396](#4396)
- @KevSlashNull made their first contribution in
[#4333](#4333)
  • Loading branch information
mise-en-dev authored Feb 14, 2025
1 parent 2365292 commit 0a1b4f5
Show file tree
Hide file tree
Showing 10 changed files with 91 additions and 54 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# Changelog

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

### 🚀 Features

- **(registry)** add e1s by [@kiwamizamurai](https://github.com/kiwamizamurai) in [#4363](https://github.com/jdx/mise/pull/4363)
- **(registry)** add 'marksman' via 'aqua:artempyanykh/marksman' backend by [@iamoeg](https://github.com/iamoeg) in [#4357](https://github.com/jdx/mise/pull/4357)
- use `machengine.org` for downloading nominated zig versions by [@hadronomy](https://github.com/hadronomy) in [#4356](https://github.com/jdx/mise/pull/4356)

### 🐛 Bug Fixes

- **(aqua)** apply override of version_prefix by [@risu729](https://github.com/risu729) in [#4338](https://github.com/jdx/mise/pull/4338)
- **(env_directive)** apply redactions only to env with redact by [@risu729](https://github.com/risu729) in [#4388](https://github.com/jdx/mise/pull/4388)
- **(hook_env)** don't exit early if watching files are deleted by [@risu729](https://github.com/risu729) in [#4390](https://github.com/jdx/mise/pull/4390)
- **(rubygems_plugin)** Replace which ruby check for Windows compatibility by [@genskyff](https://github.com/genskyff) in [#4358](https://github.com/jdx/mise/pull/4358)
- lowercase desired shim names by [@KevSlashNull](https://github.com/KevSlashNull) in [#4333](https://github.com/jdx/mise/pull/4333)
- allow cosign opts to be empty in aqua by [@IxDay](https://github.com/IxDay) in [#4396](https://github.com/jdx/mise/pull/4396)

### 📚 Documentation

- update Fedora install for dnf5 by [@rkben](https://github.com/rkben) in [#4387](https://github.com/jdx/mise/pull/4387)
- fix links to idiomatic version file option by [@pietrodn](https://github.com/pietrodn) in [#4382](https://github.com/jdx/mise/pull/4382)
- add mise bootstrap example in CI docs by [@hverlin](https://github.com/hverlin) in [#4351](https://github.com/jdx/mise/pull/4351)
- Update link in comparison-to-asdf.md by [@hverlin](https://github.com/hverlin) in [#4401](https://github.com/jdx/mise/pull/4401)

### 📦️ Dependency Updates

- update rust crate bzip2 to v0.5.1 by [@renovate[bot]](https://github.com/renovate[bot]) in [#4392](https://github.com/jdx/mise/pull/4392)
- update rust crate built to v0.7.6 by [@renovate[bot]](https://github.com/renovate[bot]) in [#4391](https://github.com/jdx/mise/pull/4391)

### Chore

- issue closer by [@jdx](https://github.com/jdx) in [bee1f55](https://github.com/jdx/mise/commit/bee1f5557b829b9a637a28af90b519fdfa74b8dd)

### New Contributors

- @iamoeg made their first contribution in [#4357](https://github.com/jdx/mise/pull/4357)
- @hadronomy made their first contribution in [#4356](https://github.com/jdx/mise/pull/4356)
- @pietrodn made their first contribution in [#4382](https://github.com/jdx/mise/pull/4382)
- @genskyff made their first contribution in [#4358](https://github.com/jdx/mise/pull/4358)
- @kiwamizamurai made their first contribution in [#4363](https://github.com/jdx/mise/pull/4363)
- @rkben made their first contribution in [#4387](https://github.com/jdx/mise/pull/4387)
- @IxDay made their first contribution in [#4396](https://github.com/jdx/mise/pull/4396)
- @KevSlashNull made their first contribution in [#4333](https://github.com/jdx/mise/pull/4333)

## [2025.2.3](https://github.com/jdx/mise/compare/v2025.2.2..v2025.2.3) - 2025-02-09

## [2025.2.2](https://github.com/jdx/mise/compare/v2025.2.1..v2025.2.2) - 2025-02-08
Expand Down
71 changes: 32 additions & 39 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.3"
version = "2025.2.4"
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.3 macos-arm64 (a1b2d3e 2025-02-09)
2025.2.4 macos-arm64 (a1b2d3e 2025-02-14)
```

or install a specific a version:
Expand Down
2 changes: 1 addition & 1 deletion aqua-registry
Submodule aqua-registry updated 230 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_3:-}" ]] || _cache_invalid _usage_spec_mise_2025_2_3 ) \
&& ! _retrieve_cache _usage_spec_mise_2025_2_3;
if ( [[ -z "${_usage_spec_mise_2025_2_4:-}" ]] || _cache_invalid _usage_spec_mise_2025_2_4 ) \
&& ! _retrieve_cache _usage_spec_mise_2025_2_4;
then
spec="$(mise usage)"
_store_cache _usage_spec_mise_2025_2_3 spec
_store_cache _usage_spec_mise_2025_2_4 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_3:-} ]]; then
_usage_spec_mise_2025_2_3="$(mise usage)"
if [[ -z ${_usage_spec_mise_2025_2_4:-} ]]; then
_usage_spec_mise_2025_2_4="$(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_3}" --cword="$cword" -- "${words[@]}")"
_comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_2_4}" --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_3
set -g _usage_spec_mise_2025_2_3 (mise usage | string collect)
if ! set -q _usage_spec_mise_2025_2_4
set -g _usage_spec_mise_2025_2_4 (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_3" -- (commandline -xpc) (commandline -t))'
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_4" -- (commandline -xpc) (commandline -t))'
else
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_3" -- (commandline -opc) (commandline -t))'
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_4" -- (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.3";
version = "2025.2.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: 2025.2.3
Version: 2025.2.4
Release: 1
URL: https://github.com/jdx/mise/
Group: System
Expand Down

0 comments on commit 0a1b4f5

Please sign in to comment.