diff --git a/CHANGELOG.md b/CHANGELOG.md index 22bb32310..8daa32503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2024.9.2](https://github.com/jdx/mise/compare/v2024.9.1..v2024.9.2) - 2024-09-11 + +### ๐Ÿš€ Features + +- implement a few tera functions for mise toml config by [@erickguan](https://github.com/erickguan) in [#2561](https://github.com/jdx/mise/pull/2561) + +### ๐Ÿ› Bug Fixes + +- ruby ls-remote not showing alternative implementations by [@roele](https://github.com/roele) in [#2555](https://github.com/jdx/mise/pull/2555) +- cannot disable hints during Zsh completion by [@roele](https://github.com/roele) in [#2559](https://github.com/jdx/mise/pull/2559) + +### ๐Ÿ“š Documentation + +- Create zig.md by [@MustCodeAl](https://github.com/MustCodeAl) in [#2563](https://github.com/jdx/mise/pull/2563) + ## [2024.9.1](https://github.com/jdx/mise/compare/v2024.9.0..v2024.9.1) - 2024-09-10 ### ๐Ÿš€ Features diff --git a/Cargo.lock b/Cargo.lock index 8680b5cfe..5a4b32dc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1933,7 +1933,7 @@ dependencies = [ [[package]] name = "mise" -version = "2024.9.1" +version = "2024.9.2" dependencies = [ "assert_cmd", "base64", @@ -2776,9 +2776,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" +checksum = "0884ad60e090bf1345b93da0a5de8923c93884cd03f40dfcfddd3b4bee661853" dependencies = [ "bitflags 2.6.0", ] @@ -2945,9 +2945,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.36" +version = "0.38.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f55e80d50763938498dd5ebb18647174e0c76dc38c5505294bb224624f30f36" +checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" dependencies = [ "bitflags 2.6.0", "errno 0.3.9", @@ -2958,9 +2958,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.12" +version = "0.23.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" +checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" dependencies = [ "once_cell", "ring", @@ -4044,9 +4044,9 @@ checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" [[package]] name = "unicode-ident" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" +checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" [[package]] name = "unicode-normalization" diff --git a/Cargo.toml b/Cargo.toml index d4d062548..bbbfd5d38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2024.9.1" +version = "2024.9.2" edition = "2021" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index 7b29a840f..f4139d927 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)): ```sh-session $ curl https://mise.run | sh $ ~/.local/bin/mise --version -mise 2024.9.1 +mise 2024.9.2 ``` or install a specific a version: @@ -44,7 +44,7 @@ or install a specific a version: ```sh-session $ curl https://mise.run | MISE_VERSION=v2024.5.16 sh $ ~/.local/bin/mise --version -mise 2024.9.1 +mise 2024.9.2 ``` Hook mise into your shell (pick the right one for your shell): diff --git a/default.nix b/default.nix index 17927f49b..7f184fc7b 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2024.9.1"; + version = "2024.9.2"; src = lib.cleanSource ./.; diff --git a/docs/registry.md b/docs/registry.md index 68a1d30a6..1e929d0b6 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -209,6 +209,7 @@ editLink: false | envsubst | [asdf:dex4er/asdf-envsubst](https://github.com/dex4er/asdf-envsubst) | | ephemeral-postgres | [asdf:smashedtoatoms/asdf-ephemeral-postgres](https://github.com/smashedtoatoms/asdf-ephemeral-postgres) | | erlang | [asdf:asdf-vm/asdf-erlang](https://github.com/asdf-vm/asdf-erlang) | +| esc | [asdf:fxsalazar/asdf-esc](https://github.com/fxsalazar/asdf-esc) | | esy | [asdf:asdf-community/asdf-esy](https://github.com/asdf-community/asdf-esy) | | etcd | [asdf:particledecay/asdf-etcd](https://github.com/particledecay/asdf-etcd) | | evans | [asdf:goki90210/asdf-evans](https://github.com/goki90210/asdf-evans) | diff --git a/man/man1/mise.1 b/man/man1/mise.1 index af7d52c85..3fdd4c07a 100644 --- a/man/man1/mise.1 +++ b/man/man1/mise.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH mise 1 "mise 2024.9.1" +.TH mise 1 "mise 2024.9.2" .SH NAME mise \- The front\-end to your dev env .SH SYNOPSIS @@ -195,6 +195,6 @@ Examples: $ mise settings Show settings in use $ mise settings set color 0 Disable color by modifying global config file .SH VERSION -v2024.9.1 +v2024.9.2 .SH AUTHORS Jeff Dickey <@jdx> diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index 27a309680..1089ef5c6 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: 2024.9.1 +Version: 2024.9.2 Release: 1 URL: https://github.com/jdx/mise/ Group: System diff --git a/registry/README.md b/registry/README.md index 907b0447e..b30687686 100644 --- a/registry/README.md +++ b/registry/README.md @@ -217,6 +217,7 @@ See the [org'sย readme](https://github.com/mise-plugins) for more information. | EnvCLI | [zekker6/asdf-envcli](https://github.com/zekker6/asdf-envcli) | | envsubst | [dex4er/asdf-envsubst](https://github.com/dex4er/asdf-envsubst) | | Ephemeral Postgres | [smashedtoatoms/asdf-ephemeral-postgres](https://github.com/smashedtoatoms/asdf-ephemeral-postgres) | +| esc | [fxsalazar/asdf-esc](https://github.com/fxsalazar/asdf-esc) | | esy | [asdf-community/asdf-esy](https://github.com/asdf-community/asdf-esy) | | etcd | [particledecay/asdf-etcd](https://github.com/particledecay/asdf-etcd) | | Evans | [goki90210/asdf-evans](https://github.com/goki90210/asdf-evans) | diff --git a/registry/plugins/esc b/registry/plugins/esc new file mode 100644 index 000000000..72d276b50 --- /dev/null +++ b/registry/plugins/esc @@ -0,0 +1 @@ +repository = https://github.com/fxsalazar/asdf-esc.git diff --git a/src/default_shorthands.rs b/src/default_shorthands.rs index 4b33a131d..ce93521fb 100644 --- a/src/default_shorthands.rs +++ b/src/default_shorthands.rs @@ -226,6 +226,7 @@ pub static DEFAULT_SHORTHANDS: Lazy> = ("envsubst", "https://github.com/dex4er/asdf-envsubst.git"), ("ephemeral-postgres", "https://github.com/smashedtoatoms/asdf-ephemeral-postgres.git"), ("erlang", "https://github.com/asdf-vm/asdf-erlang.git"), + ("esc", "https://github.com/fxsalazar/asdf-esc.git"), ("esy", "https://github.com/asdf-community/asdf-esy.git"), ("etcd", "https://github.com/particledecay/asdf-etcd.git"), ("evans", "https://github.com/goki90210/asdf-evans.git"),