Skip to content

Commit

Permalink
chore: release 2024.9.2 (#2554)
Browse files Browse the repository at this point in the history
* chore: release 2024.9.2

* Commit from GitHub Actions (test)
  • Loading branch information
mise-en-dev authored Sep 11, 2024
1 parent 542a78d commit 283d988
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 16 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 9 additions & 9 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.9.1"
version = "2024.9.2"
edition = "2021"
description = "The front-end to your dev env"
authors = ["Jeff Dickey (@jdx)"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ 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:

```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):
Expand Down
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.9.1";
version = "2024.9.2";

src = lib.cleanSource ./.;

Expand Down
1 change: 1 addition & 0 deletions docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
4 changes: 2 additions & 2 deletions man/man1/mise.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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>
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.9.1
Version: 2024.9.2
Release: 1
URL: https://github.com/jdx/mise/
Group: System
Expand Down
1 change: 1 addition & 0 deletions registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
1 change: 1 addition & 0 deletions registry/plugins/esc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/fxsalazar/asdf-esc.git
1 change: 1 addition & 0 deletions src/default_shorthands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ pub static DEFAULT_SHORTHANDS: Lazy<HashMap<&'static str, &'static str>> =
("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"),
Expand Down

0 comments on commit 283d988

Please sign in to comment.