Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc.0] - Unreleased
## [0.6.0-rc.0] - 2024-03-03

### Added

Expand All @@ -21,8 +21,6 @@ calling `esp_wifi_init()`. See also issue [#1059](https://github.com/atomvm/Atom
- Fixed Esp32 network driver on non-SMP builds
- ESP32: fixed bug in `gpio:stop/0` and `gpio:close/1` that would cause the VM to crash.

### Changed

## [0.6.0-beta.1] - 2024-02-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

# Please, keep also in sync src/libAtomVM/atomvm_version.h
set(ATOMVM_BASE_VERSION "0.6.0-rc.0")
set(ATOMVM_DEV TRUE)
set(ATOMVM_DEV FALSE)