File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.6.0-rc.0] - Unreleased
7+ ## [ 0.6.0-rc.0] - 2024-03-03
88
99### Added
1010
@@ -21,8 +21,6 @@ calling `esp_wifi_init()`. See also issue [#1059](https://github.com/atomvm/Atom
2121- Fixed Esp32 network driver on non-SMP builds
2222- ESP32: fixed bug in ` gpio:stop/0 ` and ` gpio:close/1 ` that would cause the VM to crash.
2323
24- ### Changed
25-
2624## [ 0.6.0-beta.1] - 2024-02-28
2725
2826### Added
Original file line number Diff line number Diff line change 2020
2121# Please, keep also in sync src/libAtomVM/atomvm_version.h
2222set (ATOMVM_BASE_VERSION "0.6.0-rc.0" )
23- set (ATOMVM_DEV TRUE )
23+ set (ATOMVM_DEV FALSE )
You can’t perform that action at this time.
0 commit comments