Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Changelog

## [2025.1.1](https://github.com/jdx/mise/compare/v2025.1.0..v2025.1.1) - 2025-01-06

### πŸš€ Features

- add databricks-cli to registry by [@benberryallwood](https://github.com/benberryallwood) in [#3937](https://github.com/jdx/mise/pull/3937)
- add navi to registry by [@kit494way](https://github.com/kit494way) in [#3943](https://github.com/jdx/mise/pull/3943)
- added allurectl to registry by [@MontakOleg](https://github.com/MontakOleg) in [#3918](https://github.com/jdx/mise/pull/3918)
- Add setting description to mise settings --json-extended output by [@hverlin](https://github.com/hverlin) in [#3919](https://github.com/jdx/mise/pull/3919)

### πŸ› Bug Fixes

- improve mise generate bootstrap by [@hverlin](https://github.com/hverlin) in [#3939](https://github.com/jdx/mise/pull/3939)

### πŸ“š Documentation

- Fix broken link to environment variables doc by [@xcapaldi](https://github.com/xcapaldi) in [#3938](https://github.com/jdx/mise/pull/3938)
- Add usage property to mise schema by [@hverlin](https://github.com/hverlin) in [#3942](https://github.com/jdx/mise/pull/3942)
- clarity on relative paths vs config_root in _.path by [@glasser](https://github.com/glasser) in [#3923](https://github.com/jdx/mise/pull/3923)

### πŸ“¦οΈ Dependency Updates

- update rust crate itertools to 0.14 by [@renovate[bot]](https://github.com/renovate[bot]) in [#3926](https://github.com/jdx/mise/pull/3926)
- update rust crate petgraph to 0.7 by [@renovate[bot]](https://github.com/renovate[bot]) in [#3927](https://github.com/jdx/mise/pull/3927)
- update rust crate self_update to 0.42 by [@renovate[bot]](https://github.com/renovate[bot]) in [#3931](https://github.com/jdx/mise/pull/3931)

### Chore

- upgrade expr by [@jdx](https://github.com/jdx) in [c06a415](https://github.com/jdx/mise/commit/c06a41544e2cb09912244efe6a8f5bcc03eb24d7)
- mise up by [@jdx](https://github.com/jdx) in [678f648](https://github.com/jdx/mise/commit/678f6489a9501b32bf3c36771977771d933f2466)
- cargo-show by [@jdx](https://github.com/jdx) in [69d44fd](https://github.com/jdx/mise/commit/69d44fd064d2fdaae08ff9ea3300a42e560630cd)
- remove cargo-show dependency by [@jdx](https://github.com/jdx) in [ab8e9e9](https://github.com/jdx/mise/commit/ab8e9e9e429beeb23731c356537525f64bc59b28)
- remove cargo-show dependency by [@jdx](https://github.com/jdx) in [ca2f89c](https://github.com/jdx/mise/commit/ca2f89c6cd36d828a9eab2884a3f8c9cc1fe2c19)
- remove cargo-show dependency by [@jdx](https://github.com/jdx) in [82e3390](https://github.com/jdx/mise/commit/82e3390c5fc9a97c942dc407b2073edfcb3974bc)

### New Contributors

- @MontakOleg made their first contribution in [#3918](https://github.com/jdx/mise/pull/3918)
- @kit494way made their first contribution in [#3943](https://github.com/jdx/mise/pull/3943)
- @benberryallwood made their first contribution in [#3937](https://github.com/jdx/mise/pull/3937)
- @xcapaldi made their first contribution in [#3938](https://github.com/jdx/mise/pull/3938)
- @auxesis made their first contribution in [#3914](https://github.com/jdx/mise/pull/3914)

## [2025.1.0](https://github.com/jdx/mise/compare/v2024.12.24..v2025.1.0) - 2025-01-01

### πŸš€ Features
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0"
version = "2025.1.1"
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.1.0 macos-arm64 (a1b2d3e 2025-01-01)
2025.1.1 macos-arm64 (a1b2d3e 2025-01-06)
```

or install a specific a version:
Expand Down
2 changes: 1 addition & 1 deletion aqua-registry
Submodule aqua-registry updated 96 files
+1 βˆ’1 .github/workflows/actionlint.yaml
+1 βˆ’1 .github/workflows/debug-with-action-tmate.yaml
+1 βˆ’1 .github/workflows/update.yaml
+1 βˆ’1 .github/workflows/wc-ci-info.yaml
+1 βˆ’1 .github/workflows/wc-generate-registry.yaml
+1 βˆ’1 .github/workflows/wc-lintnet.yaml
+1 βˆ’1 .github/workflows/wc-test-docker.yaml
+1 βˆ’1 .github/workflows/wc-test.yaml
+2 βˆ’2 aqua.yaml
+1 βˆ’1 docker/Dockerfile
+4 βˆ’0 pkgs/Automattic/harper/harper-cli/pkg.yaml
+30 βˆ’0 pkgs/Automattic/harper/harper-cli/registry.yaml
+1 βˆ’1 pkgs/AvitalTamir/cyphernetes/pkg.yaml
+0 βˆ’2 pkgs/Dreamacro/clash/pkg.yaml
+0 βˆ’21 pkgs/Dreamacro/clash/registry.yaml
+1 βˆ’1 pkgs/FairwindsOps/pluto/pkg.yaml
+1 βˆ’1 pkgs/FairwindsOps/polaris/pkg.yaml
+1 βˆ’1 pkgs/JanDeDobbeleer/oh-my-posh/pkg.yaml
+1 βˆ’1 pkgs/LGUG2Z/komorebi/pkg.yaml
+1 βˆ’1 pkgs/LGUG2Z/whkd/pkg.yaml
+1 βˆ’1 pkgs/Myriad-Dreamin/tinymist/pkg.yaml
+1 βˆ’1 pkgs/a-h/templ/pkg.yaml
+1 βˆ’1 pkgs/aquasecurity/tfsec/pkg.yaml
+1 βˆ’1 pkgs/argoproj/argo-cd/pkg.yaml
+1 βˆ’1 pkgs/ast-grep/ast-grep/pkg.yaml
+1 βˆ’1 pkgs/astral-sh/ruff/pkg.yaml
+1 βˆ’1 pkgs/astral-sh/uv/pkg.yaml
+1 βˆ’1 pkgs/aws/aws-cli/pkg.yaml
+1 βˆ’1 pkgs/cargo-bins/cargo-binstall/pkg.yaml
+1 βˆ’1 pkgs/chaqchase/lla/pkg.yaml
+1 βˆ’1 pkgs/civo/cli/pkg.yaml
+1 βˆ’1 pkgs/cloudfoundry/credhub-cli/pkg.yaml
+1 βˆ’1 pkgs/cloudposse/atmos/pkg.yaml
+1 βˆ’1 pkgs/coder3101/protols/pkg.yaml
+1 βˆ’1 pkgs/crate-ci/typos/pkg.yaml
+1 βˆ’1 pkgs/crates.io/broot/pkg.yaml
+1 βˆ’1 pkgs/crates.io/cargo-expand/pkg.yaml
+2 βˆ’0 pkgs/crates.io/dskkato/rjo/pkg.yaml
+8 βˆ’0 pkgs/crates.io/dskkato/rjo/registry.yaml
+1 βˆ’1 pkgs/crates.io/eza/pkg.yaml
+1 βˆ’1 pkgs/crates.io/zizmor/pkg.yaml
+1 βˆ’1 pkgs/daveshanley/vacuum/pkg.yaml
+1 βˆ’1 pkgs/dlvhdr/gh-dash/pkg.yaml
+1 βˆ’1 pkgs/dolthub/dolt/pkg.yaml
+1 βˆ’1 pkgs/ducaale/xh/pkg.yaml
+1 βˆ’1 pkgs/errata-ai/vale/pkg.yaml
+1 βˆ’1 pkgs/eza-community/eza/pkg.yaml
+1 βˆ’1 pkgs/fujiapple852/trippy/pkg.yaml
+1 βˆ’1 pkgs/getsentry/sentry-cli/pkg.yaml
+1 βˆ’1 pkgs/git-town/git-town/pkg.yaml
+1 βˆ’1 pkgs/gleam-lang/gleam/pkg.yaml
+1 βˆ’3 pkgs/go-gost/gost/pkg.yaml
+0 βˆ’13 pkgs/go-gost/gost/registry.yaml
+1 βˆ’1 pkgs/golangci/golangci-lint/pkg.yaml
+1 βˆ’1 pkgs/goreleaser/goreleaser/pkg.yaml
+1 βˆ’1 pkgs/grafana/tanka/pkg.yaml
+1 βˆ’1 pkgs/helix-editor/helix/pkg.yaml
+1 βˆ’1 pkgs/helmwave/helmwave/pkg.yaml
+1 βˆ’1 pkgs/hhatto/gocloc/pkg.yaml
+1 βˆ’1 pkgs/jdx/mise/pkg.yaml
+1 βˆ’1 pkgs/jj-vcs/jj/pkg.yaml
+2 βˆ’0 pkgs/jorgerojas26/lazysql/pkg.yaml
+23 βˆ’0 pkgs/jorgerojas26/lazysql/registry.yaml
+4 βˆ’0 pkgs/koalaman/shellcheck/pkg.yaml
+54 βˆ’15 pkgs/koalaman/shellcheck/registry.yaml
+1 βˆ’1 pkgs/kubeshark/kubeshark/pkg.yaml
+1 βˆ’1 pkgs/leg100/pug/pkg.yaml
+1 βˆ’1 pkgs/legal90/awscurl/pkg.yaml
+1 βˆ’1 pkgs/lindell/multi-gitter/pkg.yaml
+1 βˆ’1 pkgs/loft-sh/vcluster/pkg.yaml
+1 βˆ’1 pkgs/mitsuhiko/insta/pkg.yaml
+1 βˆ’1 pkgs/mmarkdown/mmark/pkg.yaml
+1 βˆ’1 pkgs/nabeken/go-github-apps/pkg.yaml
+1 βˆ’1 pkgs/nucleuscloud/neosync/pkg.yaml
+1 βˆ’1 pkgs/o2sh/onefetch/pkg.yaml
+1 βˆ’1 pkgs/oxc-project/oxc/oxlint/pkg.yaml
+1 βˆ’1 pkgs/prometheus/prometheus/pkg.yaml
+1 βˆ’1 pkgs/quarylabs/sqruff/pkg.yaml
+1 βˆ’1 pkgs/replicatedhq/kots/pkg.yaml
+1 βˆ’1 pkgs/rhysd/actionlint/pkg.yaml
+1 βˆ’1 pkgs/sass/dart-sass/pkg.yaml
+1 βˆ’1 pkgs/sigstore/gitsign/pkg.yaml
+1 βˆ’1 pkgs/sqldef/sqldef/mssqldef/pkg.yaml
+1 βˆ’1 pkgs/sqldef/sqldef/mysqldef/pkg.yaml
+1 βˆ’1 pkgs/sqldef/sqldef/psqldef/pkg.yaml
+1 βˆ’1 pkgs/sqldef/sqldef/sqlite3def/pkg.yaml
+1 βˆ’1 pkgs/superfly/flyctl/pkg.yaml
+1 βˆ’1 pkgs/suzuki-shunsuke/cmdx/pkg.yaml
+1 βˆ’1 pkgs/terramate-io/terramate/pkg.yaml
+1 βˆ’1 pkgs/tilt-dev/tilt/pkg.yaml
+1 βˆ’1 pkgs/vektra/mockery/pkg.yaml
+1 βˆ’1 pkgs/vmware/govmomi/govc/pkg.yaml
+1 βˆ’1 pkgs/vmware/govmomi/vcsim/pkg.yaml
+1 βˆ’1 pkgs/yorukot/superfile/pkg.yaml
+1 βˆ’1 pkgs/zix99/rare/pkg.yaml
+109 βˆ’47 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_1_0:-}" ]] || _cache_invalid _usage_spec_mise_2025_1_0 ) \
&& ! _retrieve_cache _usage_spec_mise_2025_1_0;
if ( [[ -z "${_usage_spec_mise_2025_1_1:-}" ]] || _cache_invalid _usage_spec_mise_2025_1_1 ) \
&& ! _retrieve_cache _usage_spec_mise_2025_1_1;
then
spec="$(mise usage)"
_store_cache _usage_spec_mise_2025_1_0 spec
_store_cache _usage_spec_mise_2025_1_1 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_1_0:-} ]]; then
_usage_spec_mise_2025_1_0="$(mise usage)"
if [[ -z ${_usage_spec_mise_2025_1_1:-} ]]; then
_usage_spec_mise_2025_1_1="$(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_1_0}" --cword="$cword" -- "${words[@]}")"
_comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_1_1}" --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_2025_1_0
set -g _usage_spec_mise_2025_1_0 (mise usage | string collect)
if ! set -q _usage_spec_mise_2025_1_1
set -g _usage_spec_mise_2025_1_1 (mise usage | string collect)
end
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_1_0" -- (commandline -cop) (commandline -t))'
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_1_1" -- (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 = "2025.1.0";
version = "2025.1.1";

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