From fc01c3be5cf64bcc59ad90eb87c5d1867cc36944 Mon Sep 17 00:00:00 2001 From: hustcer Date: Thu, 7 Mar 2024 22:12:59 +0800 Subject: [PATCH] update CHANGELOG.md for v1.3 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa8f49..eecfd22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.3] - 2024-03-07 + +### Bug Fixes + +- Fix aria2c download for local Windows machine +- Fix daily checking workflow, create an issue if it fails +- Fix all workflows +- Fix `just release` task + +### Features + +- Add daily checking workflow to make sure setup-moonbit works, close #1 (#3) +- Make moonbit.nu works on both Github runners and local machine +- Use `http get` instead of `aria2c` for binary downloading when aira2c is not installed (#9) +- Add moondoc command + +### Miscellaneous Tasks + +- Use ubuntu-latest instead of ubuntu-22.04 in workflows +- Upgrade Nu to 0.87.1 +- Turn off fail fast for daily workflow + +# Changelog +All notable changes to this project will be documented in this file. + ## [1.2] - 2023-11-02 ### Refactor