Skip to content

Commit b5c247c

Browse files
committed
Prepare v0.6.6 dev cycle
Signed-off-by: Davide Bettio <davide@uninstall.it>
1 parent 388940d commit b5c247c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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
8+
79
## [0.6.5] - 2024-10-15
810

911
### Added

src/libAtomVM/atomvm_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323

2424
#define ATOMVM_VERSION_MAJOR 0
2525
#define ATOMVM_VERSION_MINOR 6
26-
#define ATOMVM_VERSION_PATCH 5
26+
#define ATOMVM_VERSION_PATCH 6
2727

2828
#endif

version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
#
2020

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

0 commit comments

Comments
 (0)