Skip to content

Commit

Permalink
Merge pull request #1249 from bettio/prepare-v0.6.4
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bettio committed Aug 17, 2024
2 parents d9707cf + 459644c commit 00ff986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4] - Unreleased
## [0.6.4] - 2024-08-18

### Added

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

## [0.6.3] - 20-07-2024
## [0.6.3] - 2024-07-20

### Added

Expand Down
2 changes: 1 addition & 1 deletion version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

# Please, keep also in sync src/libAtomVM/atomvm_version.h
set(ATOMVM_BASE_VERSION "0.6.4")
set(ATOMVM_DEV TRUE)
set(ATOMVM_DEV FALSE)

0 comments on commit 00ff986

Please sign in to comment.