Skip to content

Commit 00ff986

Browse files
committed
Merge pull request #1249 from bettio/prepare-v0.6.4
Prepare v0.6.4 These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents d9707cf + 459644c commit 00ff986

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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.4] - Unreleased
7+
## [0.6.4] - 2024-08-18
88

99
### Added
1010

@@ -24,7 +24,7 @@ require depending on default function and bootloader code
2424
- Support for Elixir `Kernel.min` and `Kernel.max`
2525
- Support (as stub) for `erlang:error/3` (that is required from Elixir code)
2626

27-
## [0.6.3] - 20-07-2024
27+
## [0.6.3] - 2024-07-20
2828

2929
### Added
3030

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.4")
23-
set(ATOMVM_DEV TRUE)
23+
set(ATOMVM_DEV FALSE)

0 commit comments

Comments
 (0)