Skip to content

Commit

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

- **(registry)** add cocogitto by [@reitzig](https://github.com/reitzig)
in [#4513](#4513)
- **(registry)** Added foundry by [@suicide](https://github.com/suicide)
in [#4455](#4455)
- **(registry)** added ast-grep by
[@tony-sol](https://github.com/tony-sol) in
[#4519](#4519)

### 🐛 Bug Fixes

- non-utf8 external process handling by [@jdx](https://github.com/jdx)
in [#4538](#4538)

### 📚 Documentation

- **(cookbook)** add shell powerline-go config env recipe by
[@scop](https://github.com/scop) in
[#4532](#4532)
- update mise.el repo link by [@tecoholic](https://github.com/tecoholic)
in [#4534](#4534)

### Chore

- bump rust version for releases by [@jdx](https://github.com/jdx) in
[f4e5970](f4e5970)
- bump rust version for releases by [@jdx](https://github.com/jdx) in
[52cff1c](52cff1c)
- bump rust version for releases by [@jdx](https://github.com/jdx) in
[9121c5e](9121c5e)
- bump msrv for edition compatibility by [@jdx](https://github.com/jdx)
in
[3a222dd](3a222dd)
- remove unused deny rule by [@jdx](https://github.com/jdx) in
[053f5c1](053f5c1)

### New Contributors

- @tony-sol made their first contribution in
[#4519](#4519)
- @tecoholic made their first contribution in
[#4534](#4534)
- @suicide made their first contribution in
[#4455](#4455)
- @reitzig made their first contribution in
[#4513](#4513)
  • Loading branch information
mise-en-dev authored Feb 26, 2025
1 parent 053f5c1 commit 3ac007a
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 46 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [2025.2.9](https://github.com/jdx/mise/compare/v2025.2.8..v2025.2.9) - 2025-02-26

### 🚀 Features

- **(registry)** add cocogitto by [@reitzig](https://github.com/reitzig) in [#4513](https://github.com/jdx/mise/pull/4513)
- **(registry)** Added foundry by [@suicide](https://github.com/suicide) in [#4455](https://github.com/jdx/mise/pull/4455)
- **(registry)** added ast-grep by [@tony-sol](https://github.com/tony-sol) in [#4519](https://github.com/jdx/mise/pull/4519)

### 🐛 Bug Fixes

- non-utf8 external process handling by [@jdx](https://github.com/jdx) in [#4538](https://github.com/jdx/mise/pull/4538)

### 📚 Documentation

- **(cookbook)** add shell powerline-go config env recipe by [@scop](https://github.com/scop) in [#4532](https://github.com/jdx/mise/pull/4532)
- update mise.el repo link by [@tecoholic](https://github.com/tecoholic) in [#4534](https://github.com/jdx/mise/pull/4534)

### Chore

- bump rust version for releases by [@jdx](https://github.com/jdx) in [f4e5970](https://github.com/jdx/mise/commit/f4e5970f00bf56d9be16a7e7e83289085c0e5cce)
- bump rust version for releases by [@jdx](https://github.com/jdx) in [52cff1c](https://github.com/jdx/mise/commit/52cff1c00b452b93b3ca1e4fc01fd21de73569e5)
- bump rust version for releases by [@jdx](https://github.com/jdx) in [9121c5e](https://github.com/jdx/mise/commit/9121c5e9270fae59ce753226ecbbe2939c4661e4)
- bump msrv for edition compatibility by [@jdx](https://github.com/jdx) in [3a222dd](https://github.com/jdx/mise/commit/3a222ddf272eef655b50796f34634fcedc3f1288)
- remove unused deny rule by [@jdx](https://github.com/jdx) in [053f5c1](https://github.com/jdx/mise/commit/053f5c1c0746e363c24b19577b958621ea91c40c)

### New Contributors

- @tony-sol made their first contribution in [#4519](https://github.com/jdx/mise/pull/4519)
- @tecoholic made their first contribution in [#4534](https://github.com/jdx/mise/pull/4534)
- @suicide made their first contribution in [#4455](https://github.com/jdx/mise/pull/4455)
- @reitzig made their first contribution in [#4513](https://github.com/jdx/mise/pull/4513)

## [2025.2.8](https://github.com/jdx/mise/compare/v2025.2.7..v2025.2.8) - 2025-02-25

### 🚀 Features
Expand Down
58 changes: 27 additions & 31 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.8"
version = "2025.2.9"
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.8 macos-arm64 (a1b2d3e 2025-02-25)
2025.2.9 macos-arm64 (a1b2d3e 2025-02-26)
```

or install a specific a version:
Expand Down
2 changes: 1 addition & 1 deletion aqua-registry
Submodule aqua-registry updated 57 files
+1 −1 pkgs/Automattic/harper/harper-cli/pkg.yaml
+1 −1 pkgs/Automattic/harper/harper-ls/pkg.yaml
+7 −1 pkgs/FairwindsOps/nova/pkg.yaml
+51 −9 pkgs/FairwindsOps/nova/registry.yaml
+1 −1 pkgs/Kong/deck/pkg.yaml
+1 −1 pkgs/NetApp/trident/tridentctl/pkg.yaml
+1 −1 pkgs/StyraInc/regal/pkg.yaml
+1 −1 pkgs/UpCloudLtd/upcloud-cli/pkg.yaml
+1 −1 pkgs/arch-go/arch-go/pkg.yaml
+1 −1 pkgs/aws/aws-cli/pkg.yaml
+1 −1 pkgs/buildkite/cli/pkg.yaml
+1 −1 pkgs/bytecodealliance/wasmtime/pkg.yaml
+1 −1 pkgs/cloudspannerecosystem/wrench/pkg.yaml
+1 −1 pkgs/crate-ci/typos/pkg.yaml
+1 −1 pkgs/crates.io/zizmor/pkg.yaml
+1 −1 pkgs/dagu-org/dagu/pkg.yaml
+1 −1 pkgs/ddev/ddev/pkg.yaml
+1 −1 pkgs/denoland/deno/pkg.yaml
+1 −1 pkgs/dotenvx/dotenvx/pkg.yaml
+1 −1 pkgs/evilmartians/lefthook/pkg.yaml
+1 −1 pkgs/fluxcd/flux2/pkg.yaml
+1 −1 pkgs/fujiwara/awslim/pkg.yaml
+10 −0 pkgs/go-semantic-release/semantic-release/pkg.yaml
+52 −0 pkgs/go-semantic-release/semantic-release/registry.yaml
+2 −0 pkgs/google/yamlfmt/pkg.yaml
+36 −10 pkgs/google/yamlfmt/registry.yaml
+1 −1 pkgs/gradle/gradle-distributions/pkg.yaml
+1 −1 pkgs/gruntwork-io/terragrunt/pkg.yaml
+1 −1 pkgs/iann0036/iamlive/pkg.yaml
+1 −1 pkgs/jdx/hk/pkg.yaml
+1 −1 pkgs/jdx/mise/pkg.yaml
+1 −1 pkgs/jesseduffield/lazygit/pkg.yaml
+1 −1 pkgs/jumppad-labs/jumppad/pkg.yaml
+1 −1 pkgs/kastenhq/external-tools/k10tools/pkg.yaml
+1 −1 pkgs/loft-sh/vcluster/pkg.yaml
+1 −1 pkgs/moonrepo/proto/pkg.yaml
+1 −1 pkgs/mutagen-io/mutagen-compose/pkg.yaml
+1 −1 pkgs/nao1215/gup/pkg.yaml
+1 −1 pkgs/nextest-rs/nextest/cargo-nextest/pkg.yaml
+1 −1 pkgs/noborus/ov/pkg.yaml
+1 −1 pkgs/nucleuscloud/neosync/pkg.yaml
+1 −1 pkgs/openshift/osdctl/pkg.yaml
+6 −4 pkgs/openziti/zrok/pkg.yaml
+38 −17 pkgs/openziti/zrok/registry.yaml
+1 −1 pkgs/oven-sh/bun/pkg.yaml
+1 −1 pkgs/planetscale/cli/pkg.yaml
+1 −1 pkgs/pnpm/pnpm/pkg.yaml
+1 −1 pkgs/prometheus/prometheus/pkg.yaml
+1 −1 pkgs/sass/dart-sass/pkg.yaml
+1 −1 pkgs/scaleway/scaleway-cli/pkg.yaml
+1 −1 pkgs/snyk/cli/pkg.yaml
+1 −1 pkgs/stripe/stripe-cli/pkg.yaml
+1 −1 pkgs/supabase/cli/pkg.yaml
+1 −1 pkgs/tektoncd/cli/pkg.yaml
+1 −1 pkgs/trufflesecurity/trufflehog/pkg.yaml
+1 −1 pkgs/ysugimoto/falco/pkg.yaml
+175 −36 registry.yaml
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_8:-}" ]] || _cache_invalid _usage_spec_mise_2025_2_8 ) \
&& ! _retrieve_cache _usage_spec_mise_2025_2_8;
if ( [[ -z "${_usage_spec_mise_2025_2_9:-}" ]] || _cache_invalid _usage_spec_mise_2025_2_9 ) \
&& ! _retrieve_cache _usage_spec_mise_2025_2_9;
then
spec="$(mise usage)"
_store_cache _usage_spec_mise_2025_2_8 spec
_store_cache _usage_spec_mise_2025_2_9 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_8:-} ]]; then
_usage_spec_mise_2025_2_8="$(mise usage)"
if [[ -z ${_usage_spec_mise_2025_2_9:-} ]]; then
_usage_spec_mise_2025_2_9="$(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_8}" --cword="$cword" -- "${words[@]}")"
_comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_2_9}" --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_8
set -g _usage_spec_mise_2025_2_8 (mise usage | string collect)
if ! set -q _usage_spec_mise_2025_2_9
set -g _usage_spec_mise_2025_2_9 (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_8" -- (commandline -xpc) (commandline -t))'
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_9" -- (commandline -xpc) (commandline -t))'
else
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_8" -- (commandline -opc) (commandline -t))'
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_9" -- (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.8";
version = "2025.2.9";

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.8
Version: 2025.2.9
Release: 1
URL: https://github.com/jdx/mise/
Group: System
Expand Down

0 comments on commit 3ac007a

Please sign in to comment.