From fde651a1f3850db7e55e35051af32c3e09c517f8 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Sat, 25 May 2024 20:50:40 +0200 Subject: [PATCH] Prepare v0.6.2 release Signed-off-by: Davide Bettio --- CHANGELOG.md | 3 ++- version.cmake | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dce4df999..cc5bbe009 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.2] - Unreleased +## [0.6.2] - 25-05-2024 ### Added @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `esp:deep_sleep_enable_gpio_wakeup/2` to allow wakeup from deep sleep for ESP32C3 and ESP32C6. - Obtain RSSI of the current connection with `network:sta_rssi/0` on ESP32. - Pico-W support for `network:sta_rssi/0`. +- Add support to ESP32C2 ### Fixed diff --git a/version.cmake b/version.cmake index 5a98c2599..dfa760be4 100644 --- a/version.cmake +++ b/version.cmake @@ -20,4 +20,4 @@ # Please, keep also in sync src/libAtomVM/atomvm_version.h set(ATOMVM_BASE_VERSION "0.6.2") -set(ATOMVM_DEV TRUE) +set(ATOMVM_DEV FALSE)