File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.6.6] - Unreleased
8
+
7
9
## [ 0.6.5] - 2024-10-15
8
10
9
11
### Added
Original file line number Diff line number Diff line change 23
23
24
24
#define ATOMVM_VERSION_MAJOR 0
25
25
#define ATOMVM_VERSION_MINOR 6
26
- #define ATOMVM_VERSION_PATCH 5
26
+ #define ATOMVM_VERSION_PATCH 6
27
27
28
28
#endif
Original file line number Diff line number Diff line change 19
19
#
20
20
21
21
# 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 )
You can’t perform that action at this time.
0 commit comments