@jdxcode/mise 2024.8.14 → 2024.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,11 +8,11 @@
8
8
  <!-- <img alt="mise logo" width="617" src="./docs/logo-light@2x.png"> -->
9
9
  <!-- </picture></a> -->
10
10
  <a href="https://crates.io/crates/mise"><img alt="Crates.io" src="https://img.shields.io/crates/v/mise?style=for-the-badge"></a>
11
- <a href="https://github.com/jdx/mise/blob/main/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/jdx/mise?color=%2320A920&style=for-the-badge"></a>
12
- <a href="https://github.com/jdx/mise/actions/workflows/test.yml"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/jdx/mise/test.yml?color=%2320A920&style=for-the-badge"></a>
13
- <a href="https://app.codacy.com/gh/jdx/mise/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage"><img alt="Codacy coverage (branch)" src="https://img.shields.io/codacy/coverage/af322e1f36ca41f0a296f49733a705f5/main?color=%2320A920&style=for-the-badge"></a>
11
+ <a href="https://github.com/jdx/mise/blob/main/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/jdx/mise?color=%2344CC11&style=for-the-badge"></a>
12
+ <a href="https://github.com/jdx/mise/actions/workflows/test.yml"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/jdx/mise/test.yml?style=for-the-badge"></a>
13
+ <a href="https://app.codacy.com/gh/jdx/mise/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage"><img alt="Codacy coverage (branch)" src="https://img.shields.io/codacy/coverage/af322e1f36ca41f0a296f49733a705f5/main?color=%2344CC11&style=for-the-badge"></a>
14
14
  <a href="https://discord.gg/mABnUDvP57"><img alt="Discord" src="https://img.shields.io/discord/1066429325269794907?color=%23738ADB&style=for-the-badge"></a>
15
- <p><em>The front-end to your dev env. (<a href="https://mise.jdx.dev/rtx.html">formerly called "rtx"</a>)</em></p>
15
+ <p><em>The front-end to your dev env.</em></p>
16
16
  </div>
17
17
 
18
18
  ## What is it?
@@ -36,7 +36,7 @@ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)):
36
36
  ```sh-session
37
37
  $ curl https://mise.run | sh
38
38
  $ ~/.local/bin/mise --version
39
- mise 2024.8.14
39
+ mise 2024.9.0
40
40
  ```
41
41
 
42
42
  or install a specific a version:
@@ -44,7 +44,7 @@ or install a specific a version:
44
44
  ```sh-session
45
45
  $ curl https://mise.run | MISE_VERSION=v2024.5.16 sh
46
46
  $ ~/.local/bin/mise --version
47
- mise 2024.8.14
47
+ mise 2024.9.0
48
48
  ```
49
49
 
50
50
  Hook mise into your shell (pick the right one for your shell):
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jdxcode/mise",
3
3
  "description": "polyglot runtime manager",
4
- "version": "v2024.8.14",
4
+ "version": "v2024.9.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/jdx/mise"