From ac9ba37fd6db4f8897babaeb9a0a1f49857973f4 Mon Sep 17 00:00:00 2001 From: mise-en-dev Date: Sun, 9 Nov 2025 00:12:01 +0000 Subject: [PATCH] chore: release 2025.11.4 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- completions/_mise | 2 +- completions/mise.bash | 2 +- completions/mise.fish | 2 +- default.nix | 2 +- mise.lock | 10 +++------- packaging/rpm/mise.spec | 2 +- snapcraft.yaml | 2 +- 11 files changed, 26 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43cbe44b1d6..b09a06c83af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2025.11.4](https://github.com/jdx/mise/compare/v2025.11.3..v2025.11.4) - 2025-11-09 + +### 📦 Registry + +- add xcsift by @alexey1312 in [#6923](https://github.com/jdx/mise/pull/6923) + +### 📚 Documentation + +- **(snapcraft)** update `summary` & `description` shown in snapcraft.io by @phanect in [#6926](https://github.com/jdx/mise/pull/6926) + +### New Contributors + +- @alexey1312 made their first contribution in [#6923](https://github.com/jdx/mise/pull/6923) + ## [2025.11.3](https://github.com/jdx/mise/compare/v2025.11.2..v2025.11.3) - 2025-11-07 ### 📦 Registry diff --git a/Cargo.lock b/Cargo.lock index fa9ac0063bb..83c22601a52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4522,7 +4522,7 @@ dependencies = [ [[package]] name = "mise" -version = "2025.11.3" +version = "2025.11.4" dependencies = [ "age", "aqua-registry", diff --git a/Cargo.toml b/Cargo.toml index 4bead57e44f..44f430a61f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/vfox", "crates/aqua-registry"] [package] name = "mise" -version = "2025.11.3" +version = "2025.11.4" edition = "2024" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index e8ba3c7374c..ab7bed4a9eb 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ See [Getting started](https://mise.jdx.dev/getting-started.html) for more option ```sh-session $ curl https://mise.run | sh $ ~/.local/bin/mise --version -2025.11.3 macos-arm64 (a1b2d3e 2025-11-07) +2025.11.4 macos-arm64 (a1b2d3e 2025-11-09) ``` Hook mise into your shell (pick the right one for your shell): diff --git a/completions/_mise b/completions/_mise index 9ad4ec0355a..d8649131624 100644 --- a/completions/_mise +++ b/completions/_mise @@ -23,7 +23,7 @@ _mise() { return 1 fi - local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2025_11_3.spec" + local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2025_11_4.spec" if [[ ! -f "$spec_file" ]]; then mise usage > "$spec_file" fi diff --git a/completions/mise.bash b/completions/mise.bash index 6bc73c9a79f..9c5e5dbb1de 100644 --- a/completions/mise.bash +++ b/completions/mise.bash @@ -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_2025_11_3.spec" + local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2025_11_4.spec" if [[ ! -f "$spec_file" ]]; then mise usage > "$spec_file" fi diff --git a/completions/mise.fish b/completions/mise.fish index 9fa38ce02d2..366b7ecb00e 100644 --- a/completions/mise.fish +++ b/completions/mise.fish @@ -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_2025_11_3.spec" +set -l spec_file "$tmpdir/usage__usage_spec_mise_2025_11_4.spec" if not test -f "$spec_file" mise usage | string collect > "$spec_file" end diff --git a/default.nix b/default.nix index 5e94fba1fed..7e5e4a9ba49 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2025.11.3"; + version = "2025.11.4"; src = lib.cleanSource ./.; diff --git a/mise.lock b/mise.lock index f3c7f70417b..358ec035bef 100644 --- a/mise.lock +++ b/mise.lock @@ -22,16 +22,12 @@ size = 4758557 url = "https://github.com/FiloSottile/age/releases/download/v1.2.1/age-v1.2.1-darwin-arm64.tar.gz" [[tools.bun]] -version = "1.3.1" +version = "1.3.2" backend = "core:bun" [tools.bun.platforms.linux-x64] -checksum = "blake3:a4bc824cf6779a832fe1a10dd83d94f7d3311f0ca4707666c287a01e281def7e" -size = 39510697 - -[tools.bun.platforms.macos-arm64] -checksum = "blake3:1643fe56ae2f8adc8229a82672484113c01c82b5fe15b3e498610fc050831ffd" -size = 22437956 +checksum = "blake3:d9f743140120e39812867aa896512deea4fe99ab866029f8bd5a347557c61073" +size = 39630922 [[tools.cargo-binstall]] version = "1.15.10" diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index cdd3c4ddc1c..b0b1b1fb7dc 100644 --- a/packaging/rpm/mise.spec +++ b/packaging/rpm/mise.spec @@ -1,6 +1,6 @@ Summary: The front-end to your dev env Name: mise -Version: 2025.11.3 +Version: 2025.11.4 Release: 1 URL: https://github.com/jdx/mise/ Group: System diff --git a/snapcraft.yaml b/snapcraft.yaml index 969068404a9..a8afc4b063a 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -9,7 +9,7 @@ name: mise title: mise-en-place -version: "2025.11.3" +version: "2025.11.4" summary: The front-end to your dev env description: | mise-en-place is a command line tool to manage your development environment.