Skip to content

Commit

Permalink
chore: release 2024.9.13 (#2681)
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev authored Sep 29, 2024
1 parent 9c18637 commit 0f290f0
Show file tree
Hide file tree
Showing 15 changed files with 66 additions and 23 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [2024.9.13](https://github.com/jdx/mise/compare/v2024.9.12..v2024.9.13) - 2024-09-29

### 🚀 Features

- enable Java core plugin on Windows by [@TobiX](https://github.com/TobiX) in [#2684](https://github.com/jdx/mise/pull/2684)

### 🐛 Bug Fixes

- logic with displaying hints by [@jdx](https://github.com/jdx) in [#2686](https://github.com/jdx/mise/pull/2686)
- tools installed via cargo:a/b@rev:012 immediately pruned by [@roele](https://github.com/roele) in [#2685](https://github.com/jdx/mise/pull/2685)

### 📚 Documentation

- added links for topic commands by [@jdx](https://github.com/jdx) in [15e4da5](https://github.com/jdx/mise/commit/15e4da578275a4aca26b5bdca20e066c4428f07e)
- improve CLI documentation by [@jdx](https://github.com/jdx) in [dacb5a3](https://github.com/jdx/mise/commit/dacb5a3a0a1f461bbc1f387d888da5f0b816a9ea)
- updated task list by [@jdx](https://github.com/jdx) in [031a7d0](https://github.com/jdx/mise/commit/031a7d0788971f1e2a1af22511c92483aad91743)

### 🧪 Testing

- fix snapshots by [@jdx](https://github.com/jdx) in [d5a90c0](https://github.com/jdx/mise/commit/d5a90c037332606a212c9ed36d497c3452e0e4a7)

### 🔍 Other Changes

- updated usage by [@jdx](https://github.com/jdx) in [1764c8b](https://github.com/jdx/mise/commit/1764c8bba912b59d61f87bd0f10e488a918e12ca)
- updated usage by [@jdx](https://github.com/jdx) in [9c18637](https://github.com/jdx/mise/commit/9c18637c52cbdabd81ab84167f94d4578662a995)

### New Contributors

* @TobiX made their first contribution in [#2684](https://github.com/jdx/mise/pull/2684)

## [2024.9.12](https://github.com/jdx/mise/compare/v2024.9.11..v2024.9.12) - 2024-09-29

### 🚀 Features
Expand Down
24 changes: 8 additions & 16 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.12"
version = "2024.9.13"
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 @@ -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
2024.9.12 macos-arm64 (a1b2d3e 2024-09-29)
2024.9.13 macos-arm64 (a1b2d3e 2024-09-29)
```

or install a specific a version:
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.12";
version = "2024.9.13";

src = lib.cleanSource ./.;

Expand Down
5 changes: 5 additions & 0 deletions docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ editLink: false
| cilium-cli | [asdf:carnei-ro/asdf-cilium-cli](https://github.com/carnei-ro/asdf-cilium-cli) |
| cilium-hubble | [asdf:NitriKx/asdf-cilium-hubble](https://github.com/NitriKx/asdf-cilium-hubble) |
| circleci-cli | [asdf:ucpr/asdf-circleci-cli](https://github.com/ucpr/asdf-circleci-cli) |
| clang | [asdf:higebu/asdf-llvm](https://github.com/higebu/asdf-llvm) |
| clang-format | [asdf:higebu/asdf-llvm](https://github.com/higebu/asdf-llvm) |
| clangd | [asdf:higebu/asdf-llvm](https://github.com/higebu/asdf-llvm) |
| clarinet | [asdf:alexgo-io/asdf-clarinet](https://github.com/alexgo-io/asdf-clarinet) |
| clickhouse | [asdf:tinybirdco/asdf-clickhouse](https://github.com/tinybirdco/asdf-clickhouse) |
| clj-kondo | [asdf:rynkowsg/asdf-clj-kondo](https://github.com/rynkowsg/asdf-clj-kondo) |
Expand Down Expand Up @@ -434,6 +437,8 @@ editLink: false
| liqoctl | [asdf:pdemagny/asdf-liqoctl](https://github.com/pdemagny/asdf-liqoctl) |
| liquibase | [asdf:saliougaye/asdf-liquibase](https://github.com/saliougaye/asdf-liquibase) |
| litestream | [asdf:threkk/asdf-litestream](https://github.com/threkk/asdf-litestream) |
| llvm-objcopy | [asdf:higebu/asdf-llvm](https://github.com/higebu/asdf-llvm) |
| llvm-objdump | [asdf:higebu/asdf-llvm](https://github.com/higebu/asdf-llvm) |
| logtalk | [asdf:LogtalkDotOrg/asdf-logtalk](https://github.com/LogtalkDotOrg/asdf-logtalk) |
| loki-logcli | [asdf:comdotlinux/asdf-loki-logcli](https://github.com/comdotlinux/asdf-loki-logcli) |
| ls-lint | [asdf:Ameausoone/asdf-ls-lint](https://github.com/Ameausoone/asdf-ls-lint) |
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.12"
.TH mise 1 "mise 2024.9.13"
.SH NAME
mise \- The front\-end to your dev env
.SH SYNOPSIS
Expand Down Expand Up @@ -192,6 +192,6 @@ Examples:
$ mise settings Show settings in use
$ mise settings set color 0 Disable color by modifying global config file
.SH VERSION
v2024.9.12
v2024.9.13
.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.12
Version: 2024.9.13
Release: 1
URL: https://github.com/jdx/mise/
Group: System
Expand Down
8 changes: 7 additions & 1 deletion registry/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# mise plugins repository

The purpose of the [mise](https://mise.jdx.dev) plugins repository is to enable shorthand installation of plugins with:
The purpose of the [mise](https://mise.jdx.dev) plugins repository is to enable
shorthand installation of plugins with:

```shell
mise plugin install <name>
Expand Down Expand Up @@ -121,6 +122,9 @@ See the [org's readme](https://github.com/mise-plugins) for more information.
| Chromedriver | [schinckel/asdf-chromedriver](https://github.com/schinckel/asdf-chromedriver) |
| cilium-cli | [carnei-ro/asdf-cilium-cli](https://github.com/carnei-ro/asdf-cilium-cli) |
| cilium-hubble | [NitriKx/asdf-cilium-hubble](https://github.com/NitriKx/asdf-cilium-hubble) |
| Clang | [higebu/asdf-llvm](https://github.com/higebu/asdf-llvm) |
| Clang-format | [higebu/asdf-llvm](https://github.com/higebu/asdf-llvm) |
| Clangd | [higebu/asdf-llvm](https://github.com/higebu/asdf-llvm) |
| Clarinet | [alexgo-io/asdf-clarinet](https://github.com/alexgo-io/asdf-clarinet) |
| Clickhouse | [tinybirdco/asdf-clickhouse](https://github.com/tinybirdco/asdf-clickhouse) |
| clj-kondo | [rynkowsg/asdf-clj-kondo](https://github.com/rynkowsg/asdf-clj-kondo) |
Expand Down Expand Up @@ -441,6 +445,8 @@ See the [org's readme](https://github.com/mise-plugins) for more information.
| liqoctl | [pdemagny/asdf-liqoctl](https://github.com/pdemagny/asdf-liqoctl) |
| liquibase | [saliougaye/asdf-liquibase](https://github.com/saliougaye/asdf-liquibase) |
| Litestream | [threkk/asdf-litestream](https://github.com/threkk/asdf-litestream) |
| llvm-objcopy | [higebu/asdf-llvm](https://github.com/higebu/asdf-llvm) |
| llvm-objdump | [higebu/asdf-llvm](https://github.com/higebu/asdf-llvm) |
| Logtalk | [LogtalkDotOrg/asdf-logtalk](https://github.com/LogtalkDotOrg/asdf-logtalk) |
| Loki-Logcli | [comdotlinux/asdf-loki-logcli](https://github.com/comdotlinux/asdf-loki-logcli) |
| ls-lint | [ameausoone/asdf-ls-lint](https://github.com/ameausoone/asdf-ls-lint) |
Expand Down
1 change: 1 addition & 0 deletions registry/plugins/clang
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/higebu/asdf-llvm
1 change: 1 addition & 0 deletions registry/plugins/clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/higebu/asdf-llvm
1 change: 1 addition & 0 deletions registry/plugins/clangd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/higebu/asdf-llvm
1 change: 1 addition & 0 deletions registry/plugins/llvm-objcopy
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/higebu/asdf-llvm
1 change: 1 addition & 0 deletions registry/plugins/llvm-objdump
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/higebu/asdf-llvm
5 changes: 5 additions & 0 deletions src/default_shorthands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ pub static DEFAULT_SHORTHANDS: Lazy<HashMap<&'static str, &'static str>> =
("cilium-cli", "https://github.com/carnei-ro/asdf-cilium-cli.git"),
("cilium-hubble", "https://github.com/NitriKx/asdf-cilium-hubble.git"),
("circleci-cli", "https://github.com/ucpr/asdf-circleci-cli.git"),
("clang", "https://github.com/higebu/asdf-llvm"),
("clang-format", "https://github.com/higebu/asdf-llvm"),
("clangd", "https://github.com/higebu/asdf-llvm"),
("clarinet", "https://github.com/alexgo-io/asdf-clarinet.git"),
("clickhouse", "https://github.com/tinybirdco/asdf-clickhouse"),
("clj-kondo", "https://github.com/rynkowsg/asdf-clj-kondo.git"),
Expand Down Expand Up @@ -451,6 +454,8 @@ pub static DEFAULT_SHORTHANDS: Lazy<HashMap<&'static str, &'static str>> =
("liqoctl", "https://github.com/pdemagny/asdf-liqoctl"),
("liquibase", "https://github.com/saliougaye/asdf-liquibase.git"),
("litestream", "https://github.com/threkk/asdf-litestream"),
("llvm-objcopy", "https://github.com/higebu/asdf-llvm"),
("llvm-objdump", "https://github.com/higebu/asdf-llvm"),
("logtalk", "https://github.com/LogtalkDotOrg/asdf-logtalk.git"),
("loki-logcli", "https://github.com/comdotlinux/asdf-loki-logcli.git"),
("ls-lint", "https://github.com/Ameausoone/asdf-ls-lint.git"),
Expand Down

0 comments on commit 0f290f0

Please sign in to comment.