Skip to content

Commit f035930

Browse files
committed
Prepare v0.6.6 release
Switch to release build and update CHANGELOG.md. Signed-off-by: Davide Bettio <davide@uninstall.it>
1 parent ca55640 commit f035930

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## [0.6.6] - Unreleased
7+
## [0.6.6] - 2025-06-23
88

99
### Added
1010

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ option(AVM_DISABLE_SMP "Disable SMP." OFF)
3131
option(AVM_DISABLE_TASK_DRIVER "Disable task driver support." OFF)
3232
option(AVM_USE_32BIT_FLOAT "Use 32 bit floats." OFF)
3333
option(AVM_VERBOSE_ABORT "Print module and line number on VM abort" OFF)
34-
option(AVM_RELEASE "Build an AtomVM release" OFF)
34+
option(AVM_RELEASE "Build an AtomVM release" ON)
3535
option(AVM_CREATE_STACKTRACES "Create stacktraces" ON)
3636
option(AVM_BUILD_RUNTIME_ONLY "Only build the AtomVM runtime" OFF)
3737
option(COVERAGE "Build for code coverage" OFF)

version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
# Please, keep also in sync src/libAtomVM/atomvm_version.h
2222
set(ATOMVM_BASE_VERSION "0.6.6")
23-
set(ATOMVM_DEV TRUE)
23+
set(ATOMVM_DEV FALSE)

0 commit comments

Comments
 (0)