Skip to content

Commit

Permalink
chore: release 2024.12.16 (#3720)
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev authored Dec 20, 2024
1 parent 3d61487 commit 851f279
Show file tree
Hide file tree
Showing 10 changed files with 73 additions and 26 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

## [2024.12.16](https://github.com/jdx/mise/compare/v2024.12.15..v2024.12.16) - 2024-12-20

### 🚀 Features

- add dotnet backend by [@acesyde](https://github.com/acesyde) in [#3737](https://github.com/jdx/mise/pull/3737)
- added ignored_config_paths to `mise dr` by [@jdx](https://github.com/jdx) in [#3742](https://github.com/jdx/mise/pull/3742)

### 🐛 Bug Fixes

- **(ruby)** fix Ruby plugin to use `ruby_install` option correctly by [@yuhr](https://github.com/yuhr) in [#3732](https://github.com/jdx/mise/pull/3732)
- `mise run` shorthand with options by [@jdx](https://github.com/jdx) in [#3719](https://github.com/jdx/mise/pull/3719)
- zig on windows by [@jdx](https://github.com/jdx) in [#3739](https://github.com/jdx/mise/pull/3739)
- allow using previously defined vars by [@jdx](https://github.com/jdx) in [#3741](https://github.com/jdx/mise/pull/3741)
- make --help consistent with `mise run` and `mise <task>` by [@jdx](https://github.com/jdx) in [#3723](https://github.com/jdx/mise/pull/3723)
- use implicit keys for `mise config set` by [@jdx](https://github.com/jdx) in [#3744](https://github.com/jdx/mise/pull/3744)

### 📚 Documentation

- update cookbook by [@hverlin](https://github.com/hverlin) in [#3718](https://github.com/jdx/mise/pull/3718)
- remove reference to deprecated asdf_compat functionality by [@jdx](https://github.com/jdx) in [03a2afb](https://github.com/jdx/mise/commit/03a2afb4f8c738e3b172d0f5e1ca1465bf1d6a5c)
- describe behavior of `run --output` better by [@jdx](https://github.com/jdx) in [#3740](https://github.com/jdx/mise/pull/3740)

### 🔍 Other Changes

- Update bug_report.md by [@jdx](https://github.com/jdx) in [5365b72](https://github.com/jdx/mise/commit/5365b72ba6c89ddcd04604f897237d9f6a6a93d0)
- Update feature_request.md by [@jdx](https://github.com/jdx) in [4947e99](https://github.com/jdx/mise/commit/4947e995ecb463e848f821f0577e9cd469ff9881)
- Update blank.md by [@jdx](https://github.com/jdx) in [6bd6d58](https://github.com/jdx/mise/commit/6bd6d582d36f2605a07a63612f41375eb87f5691)
- lint fix by [@jdx](https://github.com/jdx) in [118b8de](https://github.com/jdx/mise/commit/118b8de645712ff1d78c33b9a2c094a1f92c5b20)
- Clarify docs on using oh-my-zsh plugin by [@ssbarnea](https://github.com/ssbarnea) in [#3735](https://github.com/jdx/mise/pull/3735)
- switch from home -> homedir crate by [@jdx](https://github.com/jdx) in [#3743](https://github.com/jdx/mise/pull/3743)

### 📦️ Dependency Updates

- update dependency bun to v1.1.40 by [@renovate[bot]](https://github.com/renovate[bot]) in [#3729](https://github.com/jdx/mise/pull/3729)

### New Contributors

- @acesyde made their first contribution in [#3737](https://github.com/jdx/mise/pull/3737)
- @ssbarnea made their first contribution in [#3735](https://github.com/jdx/mise/pull/3735)
- @yuhr made their first contribution in [#3732](https://github.com/jdx/mise/pull/3732)

## [2024.12.15](https://github.com/jdx/mise/compare/v2024.12.14..v2024.12.15) - 2024-12-19

### 🚀 Features
Expand Down
30 changes: 18 additions & 12 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 = "2024.12.15"
version = "2024.12.16"
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
2024.12.15 macos-arm64 (a1b2d3e 2024-12-19)
2024.12.16 macos-arm64 (a1b2d3e 2024-12-20)
```

or install a specific a version:
Expand Down
2 changes: 1 addition & 1 deletion aqua-registry
Submodule aqua-registry updated 52 files
+1 −1 aqua.yaml
+1 −1 pkgs/FairwindsOps/nova/pkg.yaml
+1 −1 pkgs/JanDeDobbeleer/oh-my-posh/pkg.yaml
+1 −1 pkgs/LuaLS/lua-language-server/pkg.yaml
+8 −0 pkgs/aakso/ssh-inscribe/sshi/pkg.yaml
+53 −0 pkgs/aakso/ssh-inscribe/sshi/registry.yaml
+1 −1 pkgs/amacneil/dbmate/pkg.yaml
+1 −1 pkgs/astral-sh/uv/pkg.yaml
+1 −1 pkgs/aws/aws-cli/pkg.yaml
+1 −1 pkgs/axllent/mailpit/pkg.yaml
+1 −1 pkgs/bufbuild/buf/pkg.yaml
+1 −1 pkgs/bytecodealliance/wasmtime/pkg.yaml
+1 −1 pkgs/chainguard-dev/apko/pkg.yaml
+1 −1 pkgs/cli/cli/pkg.yaml
+1 −1 pkgs/cloudflare/cloudflared/pkg.yaml
+1 −1 pkgs/container-tools/spectrum/pkg.yaml
+1 −1 pkgs/crazy-max/diun/pkg.yaml
+1 −1 pkgs/evilmartians/lefthook/pkg.yaml
+1 −1 pkgs/git-town/git-town/pkg.yaml
+1 −1 pkgs/gitleaks/gitleaks/pkg.yaml
+1 −1 pkgs/go-acme/lego/pkg.yaml
+1 −1 pkgs/golang.org/x/tools/gopls/pkg.yaml
+1 −1 pkgs/grafana/k6/pkg.yaml
+1 −1 pkgs/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/pkg.yaml
+1 −1 pkgs/grpc-ecosystem/grpc-gateway/protoc-gen-openapiv2/pkg.yaml
+1 −1 pkgs/gruntwork-io/terragrunt/pkg.yaml
+1 −1 pkgs/hashicorp/terraform-ls/pkg.yaml
+1 −1 pkgs/inlets/inlets-pro/pkg.yaml
+1 −1 pkgs/jdx/mise/pkg.yaml
+1 −1 pkgs/jenkins-zh/jenkins-cli/pkg.yaml
+1 −1 pkgs/k1LoW/runn/pkg.yaml
+1 −1 pkgs/kubernetes-sigs/cluster-api/pkg.yaml
+1 −1 pkgs/ldez/prm/pkg.yaml
+1 −1 pkgs/loft-sh/devpod/pkg.yaml
+1 −1 pkgs/mooltiverse/nyx/pkg.yaml
+1 −1 pkgs/moonrepo/proto/pkg.yaml
+1 −1 pkgs/nodejs/node/pkg.yaml
+1 −1 pkgs/openfaas/faas-cli/pkg.yaml
+1 −1 pkgs/oven-sh/bun/pkg.yaml
+1 −1 pkgs/pnpm/pnpm/pkg.yaml
+1 −1 pkgs/runatlantis/atlantis/pkg.yaml
+1 −1 pkgs/showwin/speedtest-go/pkg.yaml
+1 −1 pkgs/stripe/stripe-cli/pkg.yaml
+1 −1 pkgs/sxyazi/yazi/pkg.yaml
+1 −1 pkgs/terramate-io/terramate/pkg.yaml
+1 −1 pkgs/tinygo-org/tinygo/pkg.yaml
+1 −1 pkgs/triyanox/lla/pkg.yaml
+1 −1 pkgs/twistedpair/google-cloud-sdk/pkg.yaml
+1 −1 pkgs/updatecli/updatecli/pkg.yaml
+1 −1 pkgs/weaviate/weaviate/pkg.yaml
+1 −1 pkgs/woodpecker-ci/woodpecker/woodpecker-cli/pkg.yaml
+51 −0 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_2024_12_15:-}" ]] || _cache_invalid _usage_spec_mise_2024_12_15 ) \
&& ! _retrieve_cache _usage_spec_mise_2024_12_15;
if ( [[ -z "${_usage_spec_mise_2024_12_16:-}" ]] || _cache_invalid _usage_spec_mise_2024_12_16 ) \
&& ! _retrieve_cache _usage_spec_mise_2024_12_16;
then
spec="$(mise usage)"
_store_cache _usage_spec_mise_2024_12_15 spec
_store_cache _usage_spec_mise_2024_12_16 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_2024_12_15:-} ]]; then
_usage_spec_mise_2024_12_15="$(mise usage)"
if [[ -z ${_usage_spec_mise_2024_12_16:-} ]]; then
_usage_spec_mise_2024_12_16="$(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_2024_12_15}" --cword="$cword" -- "${words[@]}")"
_comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2024_12_16}" --cword="$cword" -- "${words[@]}")"
_comp_ltrim_colon_completions "$cur"
# shellcheck disable=SC2181
if [[ $? -ne 0 ]]; then
Expand Down
6 changes: 3 additions & 3 deletions completions/mise.fish
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if ! command -v usage &> /dev/null
return 1
end

if ! set -q _usage_spec_mise_2024_12_15
set -g _usage_spec_mise_2024_12_15 (mise usage | string collect)
if ! set -q _usage_spec_mise_2024_12_16
set -g _usage_spec_mise_2024_12_16 (mise usage | string collect)
end
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2024_12_15" -- (commandline -cop) (commandline -t))'
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2024_12_16" -- (commandline -cop) (commandline -t))'
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 = "2024.12.15";
version = "2024.12.16";

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

0 comments on commit 851f279

Please sign in to comment.