From c7315590f88eae1e37099636cdc56e001cb2d6e6 Mon Sep 17 00:00:00 2001 From: hustcer Date: Mon, 16 Sep 2024 12:29:44 +0800 Subject: [PATCH] Bump version 1.6.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ meta.json | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11b9c4e..90b1e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.6.0] - 2024-09-16 + +### Bug Fixes + +- Fix just fetch command +- Fix moonbit setup and release scripts + +### Features + +- Add download specified version of moonbit toolchains support +- Add version input to action + +### Miscellaneous Tasks + +- Change bin dir from ~/.moon to ~/.moon/bin +- Update Nu to v0.97.1 + +### Deps + +- Upgrade actions/checkout and use latest version of Nu for action + ## [1.5.1] - 2024-05-05 ### Features diff --git a/meta.json b/meta.json index c9a4f4a..d358cc1 100644 --- a/meta.json +++ b/meta.json @@ -1,7 +1,7 @@ { "name": "Setup-MoonBit", - "version": "1.5.1", - "actionVer": "v1.5.1", + "version": "1.6.0", + "actionVer": "v1.6", "author": "hustcer", "license": "MIT", "github": "https://github.com/hustcer/setup-moonbit",