Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2026.4.10](https://github.com/jdx/mise/compare/v2026.4.9..v2026.4.10) - 2026-04-12

### 🐛 Bug Fixes

- ignore MISE_TOOL_VERSION in nested postinstall runs by @risu729 in [#9050](https://github.com/jdx/mise/pull/9050)

## [2026.4.9](https://github.com/jdx/mise/compare/v2026.4.8..v2026.4.9) - 2026-04-11

### 🐛 Bug Fixes
Expand Down
15 changes: 14 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [

[package]
name = "mise"
version = "2026.4.9"
version = "2026.4.10"
edition = "2024"
description = "The front-end to your dev env"
authors = ["Jeff Dickey (@jdx)"]
Expand Down Expand Up @@ -121,6 +121,7 @@ minisign-verify = "0.2"
md-5 = "0.11"
miette = { version = "7", features = ["fancy"] }
netrc-rs = "0.1"
nodejs-semver = "4.2"
num_cpus = "1"
number_prefix = "0.4"
once_cell = "1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $ ~/.local/bin/mise --version
/ / / / / / (__ ) __/_____/ __/ / / /_____/ /_/ / / /_/ / /__/ __/
/_/ /_/ /_/_/____/\___/ \___/_/ /_/ / .___/_/\__,_/\___/\___/
/_/ by @jdx
2026.4.9 macos-arm64 (2026-04-11)
2026.4.10 macos-arm64 (2026-04-12)
```

Hook mise into your shell (pick the right one for your shell):
Expand Down
2 changes: 1 addition & 1 deletion completions/_mise
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ _mise() {
return 1
fi

local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_4_9.spec"
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_4_10.spec"
if [[ ! -f "$spec_file" ]]; then
mise usage >| "$spec_file"
fi
Expand Down
2 changes: 1 addition & 1 deletion completions/mise.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _mise() {

local cur prev words cword was_split comp_args
_comp_initialize -n : -- "$@" || return
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_4_9.spec"
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_4_10.spec"
if [[ ! -f "$spec_file" ]]; then
mise usage >| "$spec_file"
fi
Expand Down
2 changes: 1 addition & 1 deletion completions/mise.fish
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if ! type -p usage &> /dev/null
return 1
end
set -l tmpdir (if set -q TMPDIR; echo $TMPDIR; else; echo /tmp; end)
set -l spec_file "$tmpdir/usage__usage_spec_mise_2026_4_9.spec"
set -l spec_file "$tmpdir/usage__usage_spec_mise_2026_4_10.spec"
if not test -f "$spec_file"
mise usage | string collect > "$spec_file"
end
Expand Down
2 changes: 1 addition & 1 deletion completions/mise.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Register-ArgumentCompleter -Native -CommandName 'mise' -ScriptBlock {
param($wordToComplete, $commandAst, $cursorPosition)

$tmpDir = if ($env:TEMP) { $env:TEMP } else { [System.IO.Path]::GetTempPath() }
$specFile = Join-Path $tmpDir "usage__usage_spec_mise_2026_4_9.kdl"
$specFile = Join-Path $tmpDir "usage__usage_spec_mise_2026_4_10.kdl"

if (-not (Test-Path $specFile)) {
mise usage | Out-File -FilePath $specFile -Encoding utf8
Expand Down
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 = "2026.4.9";
version = "2026.4.10";

src = lib.cleanSource ./.;

Expand Down
2 changes: 1 addition & 1 deletion docs/dev-tools/backends/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ go in `[tools]` in `mise.toml`.

### `tags`

Specify go build tags (passed as `go install --tags`):
Specify go build tags (passed as `go install -tags`):

```toml
[tools]
Expand Down
2 changes: 1 addition & 1 deletion e2e/core/test_package_json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cat >package.json <<'EOF'
"devEngines": {
"runtime": {
"name": "node",
"version": ">=22.0.0"
"version": ">=22.0.0 <23.0.0"
}
}
}
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: 2026.4.9
Version: 2026.4.10
Release: 1
URL: https://github.com/jdx/mise/
Group: System
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

name: mise
title: mise-en-place
version: "2026.4.9"
version: "2026.4.10"
summary: The front-end to your dev env
description: |
mise-en-place is a command line tool to manage your development environment.
Expand Down
2 changes: 1 addition & 1 deletion src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ pub trait Backend: Debug + Send + Sync {
/// every backend needing to implement `package.json` support. For other files, it
/// delegates to `_parse_idiomatic_file`.
async fn parse_idiomatic_file(&self, path: &Path) -> eyre::Result<Vec<String>> {
if path.file_name().is_some_and(|f| f == "package.json") {
if crate::config::config_file::idiomatic_version::package_json::is_package_json(path) {
return crate::config::config_file::idiomatic_version::package_json::parse(
path,
self.id(),
Expand Down
9 changes: 8 additions & 1 deletion src/cli/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,14 @@ impl Run {
// Re-render dependency templates with parent task's usage arg/flag values.
// This enables patterns like: depends = ["child {{usage.app}}"]
for task in &mut task_list {
if !task.args.is_empty() {
let has_usage_deps = |raw: &Option<Vec<_>>| {
raw.as_ref()
.is_some_and(|r| r.iter().any(crate::task::dep_has_usage_ref))
};
if has_usage_deps(&task.depends_raw)
|| has_usage_deps(&task.depends_post_raw)
|| has_usage_deps(&task.wait_for_raw)
{
let usage_values = crate::task::parse_usage_values_from_task(&config, task).await?;
if !usage_values.is_empty() {
task.render_depends_with_usage(&config, &usage_values)
Expand Down
Loading
Loading