Skip to content

Commit e9ec6fd

Browse files
committed
Bump to v1.16
1 parent 55f0976 commit e9ec6fd

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: hustcer/setup-moonbit@develop
4949
with:
5050
setup-core: false
51-
version: 0.6.19
51+
version: 0.6.21
5252

5353
- name: Check Moonbit Version
5454
run: |

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.16] - 2025-07-25
5+
6+
### Bug Fixes
7+
8+
- Fix getting Nu binary path for Nushell 0.106
9+
10+
### Miscellaneous Tasks
11+
12+
- Try testing 0.6.18+8382ed77e
13+
- Improve output logs
14+
15+
### Deps
16+
17+
- Upgrade `Nu` to 0.106 and pin `hustcer/setup-nu` to **v3.20** (#77)
18+
419
## [1.15] - 2025-06-11
520

621
### Features

meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Setup-MoonBit",
3-
"version": "1.15.0",
4-
"actionVer": "v1.15",
3+
"version": "1.16.0",
4+
"actionVer": "v1.16",
55
"author": "hustcer",
66
"license": "MIT",
77
"github": "https://github.com/hustcer/setup-moonbit",

0 commit comments

Comments
 (0)