Skip to content

Commit

Permalink
Merge pull request #1076 from bettio/prepare-v0.6.0-beta.1-release
Browse files Browse the repository at this point in the history
Prepare v0.6.0 beta.1 release

This PR prepares v0.6.0-beta.1 release.

Following devices have been tested:
- ESP32: OK
- ESP32-S3: VM crash with default dev mode app
- ESP32-C3: default dev mod app fails (likely a manual testing issue)
- ESP32-C6: OK

- RPi2040 Wireless: OK

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
  • Loading branch information
bettio committed Feb 28, 2024
2 parents 3904a9a + 70a72c0 commit 84edf91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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-beta.1] - Unreleased
## [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 @@ -19,4 +19,4 @@
#

set(ATOMVM_BASE_VERSION "0.6.0-beta.1")
set(ATOMVM_DEV TRUE)
set(ATOMVM_DEV FALSE)

0 comments on commit 84edf91

Please sign in to comment.