File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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-alpha.1] - Unreleased
7+ ## [ 0.6.0-alpha.1] - 2023-10-09
88
99### Added
1010
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ option(AVM_DISABLE_FP "Disable floating point support." OFF)
3030option (AVM_DISABLE_SMP "Disable SMP." OFF )
3131option (AVM_USE_32BIT_FLOAT "Use 32 bit floats." OFF )
3232option (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 )
3434option (AVM_CREATE_STACKTRACES "Create stacktraces" ON )
3535option (AVM_BUILD_RUNTIME_ONLY "Only build the AtomVM runtime" OFF )
3636option (COVERAGE "Build for code coverage" OFF )
Original file line number Diff line number Diff line change 1919#
2020
2121set (ATOMVM_BASE_VERSION "0.6.0-alpha.1" )
22- set (ATOMVM_DEV TRUE )
22+ set (ATOMVM_DEV FALSE )
You can’t perform that action at this time.
0 commit comments