Skip to content

Commit f70e6c3

Browse files
committed
chore: release 2026.7.1
1 parent 31c436d commit f70e6c3

14 files changed

Lines changed: 317 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,68 @@
11
# Changelog
22

3+
## [2026.7.1](https://github.com/jdx/mise/compare/v2026.7.0..v2026.7.1) - 2026-07-06
4+
5+
### 🐛 Bug Fixes
6+
7+
- **(env)** match redaction wildcards as globs by @jdx in [#10729](https://github.com/jdx/mise/pull/10729)
8+
- **(git)** sanitize repository env vars by @risu729 in [#10776](https://github.com/jdx/mise/pull/10776)
9+
- **(lockfile)** preserve header url while restoring asset host by @jdx in [#10728](https://github.com/jdx/mise/pull/10728)
10+
- **(lockfile)** avoid provenance guesses for opaque tags by @jdx in [#10722](https://github.com/jdx/mise/pull/10722)
11+
- **(nushell)** resolve str upcase deprecation warning by @martinhiller in [#10778](https://github.com/jdx/mise/pull/10778)
12+
- **(schema)** support vars directives by @risu729 in [#10774](https://github.com/jdx/mise/pull/10774)
13+
14+
### 📚 Documentation
15+
16+
- **(configuration)** fix precedence in visual by @kellinm in [#10779](https://github.com/jdx/mise/pull/10779)
17+
- **(errors)** replace TODO stub with error message reference by @jdx in [#10724](https://github.com/jdx/mise/pull/10724)
18+
19+
### 📦️ Dependency Updates
20+
21+
- update rust docker digest to 1f0dbad by @renovate[bot] in [#10738](https://github.com/jdx/mise/pull/10738)
22+
- update zizmorcore/zizmor-action action to v0.5.7 by @renovate[bot] in [#10742](https://github.com/jdx/mise/pull/10742)
23+
- update docker/build-push-action digest to 53b7df9 by @renovate[bot] in [#10733](https://github.com/jdx/mise/pull/10733)
24+
- update docker/login-action digest to c99871d by @renovate[bot] in [#10734](https://github.com/jdx/mise/pull/10734)
25+
- update docker/setup-buildx-action digest to bb05f3f by @renovate[bot] in [#10736](https://github.com/jdx/mise/pull/10736)
26+
- update docker/metadata-action digest to dc80280 by @renovate[bot] in [#10735](https://github.com/jdx/mise/pull/10735)
27+
- update rust crate usage-lib to v3.5.3 by @renovate[bot] in [#10741](https://github.com/jdx/mise/pull/10741)
28+
- update ubuntu:26.04 docker digest to b7f4819 by @renovate[bot] in [#10739](https://github.com/jdx/mise/pull/10739)
29+
- update rust crate rmcp to v1.8.0 by @renovate[bot] in [#10744](https://github.com/jdx/mise/pull/10744)
30+
- update rust crate env_logger to v0.11.11 by @renovate[bot] in [#10740](https://github.com/jdx/mise/pull/10740)
31+
- update rattler by @renovate[bot] in [#10755](https://github.com/jdx/mise/pull/10755)
32+
- update docker/login-action digest to af1e73f by @renovate[bot] in [#10761](https://github.com/jdx/mise/pull/10761)
33+
34+
### 📦 Registry
35+
36+
- prefer aqua for pi by @jdx in [#10727](https://github.com/jdx/mise/pull/10727)
37+
- add twg (http:twg) by @ryan-pip in [#10780](https://github.com/jdx/mise/pull/10780)
38+
- add apm ([github:microsoft/apm](https://github.com/microsoft/apm)) by @toyamarinyon in [#10766](https://github.com/jdx/mise/pull/10766)
39+
40+
### Chore
41+
42+
- **(herdr)** use aqua backend for herdr by @himkt in [#10777](https://github.com/jdx/mise/pull/10777)
43+
44+
### New Contributors
45+
46+
- @toyamarinyon made their first contribution in [#10766](https://github.com/jdx/mise/pull/10766)
47+
- @kellinm made their first contribution in [#10779](https://github.com/jdx/mise/pull/10779)
48+
- @martinhiller made their first contribution in [#10778](https://github.com/jdx/mise/pull/10778)
49+
50+
### 📦 Aqua Registry Updates
51+
52+
#### New Packages (2)
53+
54+
- [`Mic92/nixfmt-rs`](https://github.com/Mic92/nixfmt-rs)
55+
- [`russellbanks/Komac`](https://github.com/russellbanks/Komac)
56+
57+
#### Updated Packages (6)
58+
59+
- [`alibaba/open-code-review`](https://github.com/alibaba/open-code-review)
60+
- [`google/keep-sorted`](https://github.com/google/keep-sorted)
61+
- [`kubescape/kubescape`](https://github.com/kubescape/kubescape)
62+
- [`kyverno/kyverno`](https://github.com/kyverno/kyverno)
63+
- [`nao1215/sqly`](https://github.com/nao1215/sqly)
64+
- [`openai/codex`](https://github.com/openai/codex)
65+
366
## [2026.7.0](https://github.com/jdx/mise/compare/v2026.6.14..v2026.7.0) - 2026-07-02
467

568
### 🚀 Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99

1010
[package]
1111
name = "mise"
12-
version = "2026.7.0"
12+
version = "2026.7.1"
1313
edition = "2024"
1414
description = "Dev tools, env vars, and tasks in one CLI"
1515
authors = ["Jeff Dickey (@jdx)"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $ ~/.local/bin/mise --version
7676
/ / / / / / (__ ) __/_____/ __/ / / /_____/ /_/ / / /_/ / /__/ __/
7777
/_/ /_/ /_/_/____/\___/ \___/_/ /_/ / .___/_/\__,_/\___/\___/
7878
/_/ by @jdx
79-
2026.7.0 macos-arm64 (2026-07-02)
79+
2026.7.1 macos-arm64 (2026-07-06)
8080
```
8181

8282
Hook mise into your shell (pick the right one for your shell):

completions/_mise

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _mise() {
2424
return 1
2525
fi
2626

27-
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_7_0.spec"
27+
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_7_1.spec"
2828
if [[ ! -f "$spec_file" ]]; then
2929
mise usage >| "$spec_file"
3030
fi

completions/mise.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ _mise() {
99

1010
local cur prev words cword was_split comp_args
1111
_comp_initialize -n : -- "$@" || return
12-
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_7_0.spec"
12+
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_7_1.spec"
1313
if [[ ! -f "$spec_file" ]]; then
1414
mise usage >| "$spec_file"
1515
fi

completions/mise.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if ! type -p usage &> /dev/null
88
return 1
99
end
1010
set -l tmpdir (if set -q TMPDIR; echo $TMPDIR; else; echo /tmp; end)
11-
set -l spec_file "$tmpdir/usage__usage_spec_mise_2026_7_0.spec"
11+
set -l spec_file "$tmpdir/usage__usage_spec_mise_2026_7_1.spec"
1212
if not test -f "$spec_file"
1313
mise usage | string collect > "$spec_file"
1414
end

completions/mise.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Register-ArgumentCompleter -Native -CommandName 'mise' -ScriptBlock {
1010
param($wordToComplete, $commandAst, $cursorPosition)
1111

1212
$tmpDir = if ($env:TEMP) { $env:TEMP } else { [System.IO.Path]::GetTempPath() }
13-
$specFile = Join-Path $tmpDir "usage__usage_spec_mise_2026_7_0.kdl"
13+
$specFile = Join-Path $tmpDir "usage__usage_spec_mise_2026_7_1.kdl"
1414

1515
if (-not (Test-Path $specFile)) {
1616
mise usage | Out-File -FilePath $specFile -Encoding utf8

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
rustPlatform.buildRustPackage {
44
pname = "mise";
5-
version = "2026.7.0";
5+
version = "2026.7.1";
66

77
src = lib.cleanSource ./.;
88

docs/.vitepress/stars.data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export default {
44
load() {
55
return {
6-
stars: "30.4k",
6+
stars: "30.5k",
77
};
88
},
99
};

0 commit comments

Comments
 (0)