From fbffda1e653c6be6b5d0cf4b5abad54674c21daf Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sat, 6 May 2023 14:08:17 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7acb95..5e1b294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Added +- New releases now include prebuilt binaries for arm64 / aarch64!
+ These new binaries will have names with the following format: + - `lune-windows-0.6.7-aarch64.exe` + - `lune-linux-0.6.7-aarch64` + - `lune-macos-0.6.7-aarch64` - Added global types to documentation site ## `0.6.6` - April 30th, 2023