@jdxcode/mise 2025.9.12 → 2025.9.14

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 +29 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,17 +1,32 @@
1
1
  <div align="center">
2
- <h1><a href="https://mise.jdx.dev">
3
- <img src="https://github.com/jdx/mise/assets/216188/27a8ea18-9383-4d86-a445-305b9a6248c1" alt="mise-logo" width="400" /><br />
4
- mise-en-place
5
- </a></h1>
6
- <!-- <a href="https://mise.jdx.dev"><picture> -->
7
- <!-- <source media="(prefers-color-scheme: dark)" width="617" srcset="./docs/logo-dark@2x.png"> -->
8
- <!-- <img alt="mise logo" width="617" src="./docs/logo-light@2x.png"> -->
9
- <!-- </picture></a> -->
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=%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://discord.gg/mABnUDvP57"><img alt="Discord" src="https://img.shields.io/discord/1066429325269794907?color=%23738ADB&style=for-the-badge"></a>
14
- <p><em>The front-end to your dev env.</em></p>
2
+
3
+ <h1 align="center">
4
+ <a href="https://mise.jdx.dev">
5
+ <img src="docs/public/logo.svg" alt="mise" width="256" height="256" />
6
+ <br>
7
+ mise-en-place
8
+ </a>
9
+ </h1>
10
+
11
+ <p>
12
+ <a href="https://crates.io/crates/mise"><img alt="Crates.io" src="https://img.shields.io/crates/v/mise?style=for-the-badge&color=00d9ff"></a>
13
+ <a href="https://github.com/jdx/mise/blob/main/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/jdx/mise?style=for-the-badge&color=52e892"></a>
14
+ <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&color=ff9100"></a>
15
+ <a href="https://discord.gg/mABnUDvP57"><img alt="Discord" src="https://img.shields.io/discord/1066429325269794907?style=for-the-badge&color=00d9ff"></a>
16
+ </p>
17
+
18
+ <p><b>The front-end to your dev env</b></p>
19
+
20
+ <p align="center">
21
+ <a href="https://mise.jdx.dev/getting-started.html">Getting Started</a> •
22
+ <a href="https://mise.jdx.dev">Documentation</a> •
23
+ <a href="https://mise.jdx.dev/dev-tools/">Dev Tools</a> •
24
+ <a href="https://mise.jdx.dev/environments/">Environments</a> •
25
+ <a href="https://mise.jdx.dev/tasks/">Tasks</a>
26
+ </p>
27
+
28
+ <hr />
29
+
15
30
  </div>
16
31
 
17
32
  ## What is it?
@@ -40,7 +55,7 @@ See [Getting started](https://mise.jdx.dev/getting-started.html) for more option
40
55
  ```sh-session
41
56
  $ curl https://mise.run | sh
42
57
  $ ~/.local/bin/mise --version
43
- 2025.9.12 macos-arm64 (a1b2d3e 2025-09-16)
58
+ 2025.9.14 macos-arm64 (a1b2d3e 2025-09-20)
44
59
  ```
45
60
 
46
61
  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": "v2025.9.12",
4
+ "version": "v2025.9.14",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/jdx/mise"