From 759a4cadcbfa35fabdb37dae89aa4fb3d9bc48fc Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Sun, 10 Dec 2023 12:04:46 +0100 Subject: [PATCH] Prepare v0.6.0-alpha.2 release Signed-off-by: Davide Bettio --- CHANGELOG.md | 4 +++- version.cmake | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e743e6128..0fac57cd57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.6.0-alpha.2] - Unreleased +## [0.6.0-alpha.2] - 2023-12-10 ### Fixed @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed changed default to `AVM_USE_32BIT_FLOAT=on` for STM32 platform to enable use of single precision hardware FPU on F4/F7 devices. - Fixed a bug where emscripten `register_*_callback/1` functions would use x[1] as second argument - Fixed precision of integers used with timers which could yield to halts and wait times smaller than expected +- Add support for ESP32-C6 ### Changed @@ -27,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Platform function providing time used by timers was changed from `sys_monotonic_millis` to `sys_monotonic_time_u64`, `sys_monotonic_time_u64_to_ms` and `sys_monotonic_time_ms_to_u64`. - Implement `atomvm:random/0` and `atomvm:rand_bytes/1` on top of `crypto:strong_rand_bytes/1` on generic_unix, ESP32 and RP2040 platforms. +- Performance improvements ### Added diff --git a/version.cmake b/version.cmake index 96b44636f7..ff8fd26155 100644 --- a/version.cmake +++ b/version.cmake @@ -19,4 +19,4 @@ # set(ATOMVM_BASE_VERSION "0.6.0-alpha.2") -set(ATOMVM_DEV TRUE) +set(ATOMVM_DEV FALSE)