13
0
Fork 0
mirror of https://github.com/jdx/mise-action.git synced 2026-06-29 00:00:44 +00:00

chore: release v4.2.0

This commit is contained in:
mise-en-dev 2026-06-17 18:26:39 +00:00
parent 884d428693
commit 2005cfa90f
3 changed files with 24 additions and 3 deletions

View file

@ -1,5 +1,25 @@
# Changelog
---
## [4.2.0](https://github.com/jdx/mise-action/compare/v4.1.0..v4.2.0) - 2026-06-17
### 🚀 Features
- support bootstrap mode (#522) by [@jdx](https://github.com/jdx) in [#522](https://github.com/jdx/mise-action/pull/522)
### 🐛 Bug Fixes
- fall back to wget when curl is unavailable (#521) by [@risu729](https://github.com/risu729) in [#521](https://github.com/jdx/mise-action/pull/521)
### 📚 Documentation
- link rust cache issue (#496) by [@risu729](https://github.com/risu729) in [#496](https://github.com/jdx/mise-action/pull/496)
### ⚙️ Miscellaneous Tasks
- **(ci)** fix zizmor version comments (#506) by [@jdx](https://github.com/jdx) in [#506](https://github.com/jdx/mise-action/pull/506)
- **(ci)** use pr-closer action (#505) by [@jdx](https://github.com/jdx) in [#505](https://github.com/jdx/mise-action/pull/505)
---
## [4.1.0](https://github.com/jdx/mise-action/compare/v4.0.1..v4.1.0) - 2026-06-04
@ -12,6 +32,7 @@
- **(ci)** add gh auth setup-git to release-plz.sh (#473) by [@jdx](https://github.com/jdx) in [#473](https://github.com/jdx/mise-action/pull/473)
- **(ci)** pin codeql-action with exact version comment (#481) by [@jdx](https://github.com/jdx) in [#481](https://github.com/jdx/mise-action/pull/481)
- **(ci)** resolve zizmor findings (#503) by [@jdx](https://github.com/jdx) in [#503](https://github.com/jdx/mise-action/pull/503)
- include runner image in cache key to prevent cross-provider collisions (#456) by [@jdx](https://github.com/jdx) in [#456](https://github.com/jdx/mise-action/pull/456)
- install mise-shim.exe on Windows (#476) by [@risu729](https://github.com/risu729) in [#476](https://github.com/jdx/mise-action/pull/476)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mise-action",
"version": "4.1.0",
"version": "4.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mise-action",
"version": "4.1.0",
"version": "4.2.0",
"license": "MIT",
"dependencies": {
"@actions/cache": "^6.0.0",

View file

@ -1,7 +1,7 @@
{
"name": "mise-action",
"description": "mise tool setup action",
"version": "4.1.0",
"version": "4.2.0",
"author": "jdx",
"type": "module",
"private": true,