Skip to content

Commit 1a52db9

Browse files
committed
Merge pull request #1166 from bettio/prepare-v0.6.2
Prepare v0.6.2 release These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 5062195 + fde651a commit 1a52db9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.6.2] - Unreleased
7+
## [0.6.2] - 25-05-2024
88

99
### Added
1010

@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Add `esp:deep_sleep_enable_gpio_wakeup/2` to allow wakeup from deep sleep for ESP32C3 and ESP32C6.
1515
- Obtain RSSI of the current connection with `network:sta_rssi/0` on ESP32.
1616
- Pico-W support for `network:sta_rssi/0`.
17+
- Add support to ESP32C2
1718

1819
### Fixed
1920

version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
# Please, keep also in sync src/libAtomVM/atomvm_version.h
2222
set(ATOMVM_BASE_VERSION "0.6.2")
23-
set(ATOMVM_DEV TRUE)
23+
set(ATOMVM_DEV FALSE)

0 commit comments

Comments
 (0)