From 7e665fef61a884f6bac811ce506f4242c5978a3b Mon Sep 17 00:00:00 2001 From: hustcer Date: Wed, 8 Jan 2025 22:15:01 +0800 Subject: [PATCH] Bump v1.9.0 --- CHANGELOG.md | 19 +++++++++++++++++++ meta.json | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ece81..b694a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.9.0] - 2025-01-08 + +### Bug Fixes + +- Fix basic workflow error +- Fix setup moonbit scripts for the latest release (#34) + +### Miscellaneous Tasks + +- Add daily checking badge + +### Refactor + +- Remove common.nu (#30) + +### Deps + +- Upgrade Nu to v0.101 (#32) + ## [1.8.0] ### Features diff --git a/meta.json b/meta.json index 880e433..fbbb552 100644 --- a/meta.json +++ b/meta.json @@ -1,7 +1,7 @@ { "name": "Setup-MoonBit", - "version": "1.8.0", - "actionVer": "v1.8.0", + "version": "1.9.0", + "actionVer": "v1.9.0", "author": "hustcer", "license": "MIT", "github": "https://github.com/hustcer/setup-moonbit",