Skip to content

Commit

Permalink
Prepare v0.6.0-rc.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Bettio <[email protected]>
  • Loading branch information
bettio committed Mar 3, 2024
1 parent 46589b3 commit 5130445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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)

0 comments on commit 5130445

Please sign in to comment.