Skip to content

Commit f7f26f2

Browse files
committed
Merge pull request #750 from bettio/prepare-v0.6.0-alpha.0-release
Prepare v0.6.0-alpha.0 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 8f3b9f4 + 0486395 commit f7f26f2

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ 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-
## [Unreleased]
7+
## [0.6.0-alpha.1] - Unreleased
8+
9+
## [0.6.0-alpha.0] - 2023-08-13
810

911
### Added
1012

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ option(AVM_DISABLE_FP "Disable floating point support." OFF)
3030
option(AVM_DISABLE_SMP "Disable SMP." OFF)
3131
option(AVM_USE_32BIT_FLOAT "Use 32 bit floats." OFF)
3232
option(AVM_VERBOSE_ABORT "Print module and line number on VM abort" OFF)
33-
option(AVM_RELEASE "Build an AtomVM release" OFF)
33+
option(AVM_RELEASE "Build an AtomVM release" ON)
3434
option(AVM_CREATE_STACKTRACES "Create stacktraces" ON)
3535
option(COVERAGE "Build for code coverage" OFF)
3636
option(RUN_DIALYZER "Run dialyzer on BEAM modules" ON)

version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
# SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
1919
#
2020

21-
set(ATOMVM_BASE_VERSION "0.6.0-dev")
22-
set(ATOMVM_DEV TRUE)
21+
set(ATOMVM_BASE_VERSION "0.6.0-alpha.0")
22+
set(ATOMVM_DEV FALSE)

0 commit comments

Comments
 (0)