From 57ae49cb4fc8a63d79641ff65a4c5940096e254f Mon Sep 17 00:00:00 2001 From: mise-en-dev Date: Thu, 18 Dec 2025 17:38:55 +0000 Subject: [PATCH] chore: release 2025.12.12 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 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 | 20 ++++++++++---------- packaging/rpm/mise.spec | 2 +- snapcraft.yaml | 2 +- 11 files changed, 41 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa8d2ee7c0..d753db14bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [2025.12.12](https://github.com/jdx/mise/compare/v2025.12.11..v2025.12.12) - 2025-12-18 + +### ๐Ÿš€ Features + +- **(backend)** add version timestamps for spm, conda, and gem backends by @jdx in [#7383](https://github.com/jdx/mise/pull/7383) +- **(backend)** add security features to github backend by @jdx in [#7387](https://github.com/jdx/mise/pull/7387) +- **(ruby)** add GitHub attestation verification for precompiled binaries by @jdx in [#7382](https://github.com/jdx/mise/pull/7382) + +### ๐Ÿ› Bug Fixes + +- **(aqua)** improve security feature detection by @jdx in [#7385](https://github.com/jdx/mise/pull/7385) +- **(github)** use version_prefix when fetching release for SLSA verification by @jdx in [#7391](https://github.com/jdx/mise/pull/7391) + +### ๐Ÿšœ Refactor + +- **(vfox)** remove submodules, embed plugins directly by @jdx in [#7389](https://github.com/jdx/mise/pull/7389) + +### ๐Ÿงช Testing + +- **(registry)** add final ci job as merge gate by @jdx in [#7390](https://github.com/jdx/mise/pull/7390) +- split unit job to speed up macOS CI by @jdx in [#7388](https://github.com/jdx/mise/pull/7388) + ## [2025.12.11](https://github.com/jdx/mise/compare/v2025.12.10..v2025.12.11) - 2025-12-18 ### ๐Ÿš€ Features diff --git a/Cargo.lock b/Cargo.lock index 88bd98c8d1..0093e602f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4498,7 +4498,7 @@ dependencies = [ [[package]] name = "mise" -version = "2025.12.11" +version = "2025.12.12" dependencies = [ "age", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ac63f94e4b..0d24c996bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/vfox", "crates/aqua-registry"] [package] name = "mise" -version = "2025.12.11" +version = "2025.12.12" edition = "2024" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index d37d1605c9..2040f1a1ca 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.12.11 macos-arm64 (a1b2d3e 2025-12-18) +2025.12.12 macos-arm64 (a1b2d3e 2025-12-18) ``` Hook mise into your shell (pick the right one for your shell): diff --git a/completions/_mise b/completions/_mise index b96aff09bd..6e048ae6f6 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_12_11.spec" + local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2025_12_12.spec" if [[ ! -f "$spec_file" ]]; then mise usage > "$spec_file" fi diff --git a/completions/mise.bash b/completions/mise.bash index cf64d421aa..87658824b8 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_12_11.spec" + local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2025_12_12.spec" if [[ ! -f "$spec_file" ]]; then mise usage > "$spec_file" fi diff --git a/completions/mise.fish b/completions/mise.fish index f6d108763f..b1ea74484e 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_12_11.spec" +set -l spec_file "$tmpdir/usage__usage_spec_mise_2025_12_12.spec" if not test -f "$spec_file" mise usage | string collect > "$spec_file" end diff --git a/default.nix b/default.nix index 21b3bf9369..0cca31abab 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2025.12.11"; + version = "2025.12.12"; src = lib.cleanSource ./.; diff --git a/mise.lock b/mise.lock index c946fee497..90cfbf0237 100644 --- a/mise.lock +++ b/mise.lock @@ -113,17 +113,17 @@ backend = "aqua:cli/cli" "platforms.windows-x64-baseline" = { checksum = "sha256:b95bf2d953e3bf497bb2c0aed97ffcc5ed8471b80f0920d663a92a6111f05135", url = "https://github.com/cli/cli/releases/download/v2.83.2/gh_2.83.2_windows_amd64.zip"} [[tools.hk]] -version = "1.27.0" +version = "1.28.0" backend = "aqua:jdx/hk" -"platforms.linux-arm64" = { checksum = "sha256:956cac63f0a19306c9173b817a9728376251b16dd89caeb61e96904ef04d6061", url = "https://github.com/jdx/hk/releases/download/v1.27.0/hk-aarch64-unknown-linux-gnu.tar.gz"} -"platforms.linux-arm64-musl" = { checksum = "sha256:956cac63f0a19306c9173b817a9728376251b16dd89caeb61e96904ef04d6061", url = "https://github.com/jdx/hk/releases/download/v1.27.0/hk-aarch64-unknown-linux-gnu.tar.gz"} -"platforms.linux-x64" = { checksum = "sha256:f5761586c544c6f43b4f3526876661710d22dbc48af9ec48985813ce1f1b7f98", url = "https://github.com/jdx/hk/releases/download/v1.27.0/hk-x86_64-unknown-linux-gnu.tar.gz"} -"platforms.linux-x64-baseline" = { checksum = "sha256:f5761586c544c6f43b4f3526876661710d22dbc48af9ec48985813ce1f1b7f98", url = "https://github.com/jdx/hk/releases/download/v1.27.0/hk-x86_64-unknown-linux-gnu.tar.gz"} -"platforms.linux-x64-musl" = { checksum = "sha256:f5761586c544c6f43b4f3526876661710d22dbc48af9ec48985813ce1f1b7f98", url = "https://github.com/jdx/hk/releases/download/v1.27.0/hk-x86_64-unknown-linux-gnu.tar.gz"} -"platforms.linux-x64-musl-baseline" = { checksum = "sha256:f5761586c544c6f43b4f3526876661710d22dbc48af9ec48985813ce1f1b7f98", url = "https://github.com/jdx/hk/releases/download/v1.27.0/hk-x86_64-unknown-linux-gnu.tar.gz"} -"platforms.macos-arm64" = { checksum = "sha256:c1b9d6483842204f78f4e51a1b9006bf40d7369b20a6f35b0c9214aa673f1acb", url = "https://github.com/jdx/hk/releases/download/v1.27.0/hk-aarch64-apple-darwin.tar.gz"} -"platforms.windows-x64" = { checksum = "sha256:2a664cb5c85569124f1978a845f3715c73f0926e39f4cbdcdffe2923bfa067e6", url = "https://github.com/jdx/hk/releases/download/v1.27.0/hk-x86_64-pc-windows-msvc.zip"} -"platforms.windows-x64-baseline" = { checksum = "sha256:2a664cb5c85569124f1978a845f3715c73f0926e39f4cbdcdffe2923bfa067e6", url = "https://github.com/jdx/hk/releases/download/v1.27.0/hk-x86_64-pc-windows-msvc.zip"} +"platforms.linux-arm64" = { checksum = "sha256:d1f50df29386046b815929d2947ebd84fcd7cb0d6f3cc6db991961271b80aede", url = "https://github.com/jdx/hk/releases/download/v1.28.0/hk-aarch64-unknown-linux-gnu.tar.gz"} +"platforms.linux-arm64-musl" = { checksum = "sha256:d1f50df29386046b815929d2947ebd84fcd7cb0d6f3cc6db991961271b80aede", url = "https://github.com/jdx/hk/releases/download/v1.28.0/hk-aarch64-unknown-linux-gnu.tar.gz"} +"platforms.linux-x64" = { checksum = "sha256:13682c829780ccd333935f57210f1ecc02afdecb5829d99542e82cf25166ba53", url = "https://github.com/jdx/hk/releases/download/v1.28.0/hk-x86_64-unknown-linux-gnu.tar.gz"} +"platforms.linux-x64-baseline" = { checksum = "sha256:13682c829780ccd333935f57210f1ecc02afdecb5829d99542e82cf25166ba53", url = "https://github.com/jdx/hk/releases/download/v1.28.0/hk-x86_64-unknown-linux-gnu.tar.gz"} +"platforms.linux-x64-musl" = { checksum = "sha256:13682c829780ccd333935f57210f1ecc02afdecb5829d99542e82cf25166ba53", url = "https://github.com/jdx/hk/releases/download/v1.28.0/hk-x86_64-unknown-linux-gnu.tar.gz"} +"platforms.linux-x64-musl-baseline" = { checksum = "sha256:13682c829780ccd333935f57210f1ecc02afdecb5829d99542e82cf25166ba53", url = "https://github.com/jdx/hk/releases/download/v1.28.0/hk-x86_64-unknown-linux-gnu.tar.gz"} +"platforms.macos-arm64" = { checksum = "sha256:7b0ad12e5b6efa4ca55feec2e90ef5eb166f50293d109805d4938f708713e784", url = "https://github.com/jdx/hk/releases/download/v1.28.0/hk-aarch64-apple-darwin.tar.gz"} +"platforms.windows-x64" = { checksum = "sha256:7c5c719e847637ff2477aa89b95c2c94db192894453aacc659d15056c351a3e2", url = "https://github.com/jdx/hk/releases/download/v1.28.0/hk-x86_64-pc-windows-msvc.zip"} +"platforms.windows-x64-baseline" = { checksum = "sha256:7c5c719e847637ff2477aa89b95c2c94db192894453aacc659d15056c351a3e2", url = "https://github.com/jdx/hk/releases/download/v1.28.0/hk-x86_64-pc-windows-msvc.zip"} [[tools.jq]] version = "1.8.1" diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index 0026074507..6d4d043971 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.12.11 +Version: 2025.12.12 Release: 1 URL: https://github.com/jdx/mise/ Group: System diff --git a/snapcraft.yaml b/snapcraft.yaml index 083be46976..12d1986284 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -9,7 +9,7 @@ name: mise title: mise-en-place -version: "2025.12.11" +version: "2025.12.12" summary: The front-end to your dev env description: | mise-en-place is a command line tool to manage your development environment.