From 7a6f6fd7bd0d640862f7f06e2f5e5dfb6eba2a01 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Mon, 9 Oct 2023 00:02:54 +0200 Subject: [PATCH] Prepare v0.6.0-alpha.1 release Signed-off-by: Davide Bettio --- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- version.cmake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97fae1f98..b1b3b8fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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-alpha.1] - Unreleased +## [0.6.0-alpha.1] - 2023-10-09 ### Added diff --git a/CMakeLists.txt b/CMakeLists.txt index 376eac9f2..091435a15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ option(AVM_DISABLE_FP "Disable floating point support." OFF) option(AVM_DISABLE_SMP "Disable SMP." OFF) option(AVM_USE_32BIT_FLOAT "Use 32 bit floats." OFF) option(AVM_VERBOSE_ABORT "Print module and line number on VM abort" OFF) -option(AVM_RELEASE "Build an AtomVM release" OFF) +option(AVM_RELEASE "Build an AtomVM release" ON) option(AVM_CREATE_STACKTRACES "Create stacktraces" ON) option(AVM_BUILD_RUNTIME_ONLY "Only build the AtomVM runtime" OFF) option(COVERAGE "Build for code coverage" OFF) diff --git a/version.cmake b/version.cmake index abc850b0a..e54f6498d 100644 --- a/version.cmake +++ b/version.cmake @@ -19,4 +19,4 @@ # set(ATOMVM_BASE_VERSION "0.6.0-alpha.1") -set(ATOMVM_DEV TRUE) +set(ATOMVM_DEV FALSE)