We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006aa37 commit e83124eCopy full SHA for e83124e
2 files changed
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## Unreleased
+## [0.7.0-alpha.0] - 2026-03-20
8
9
### Added
10
- Added a limited implementation of the OTP `ets` interface
version.cmake
@@ -19,5 +19,5 @@
19
#
20
21
# Please, keep also in sync src/libAtomVM/atomvm_version.h
22
-set(ATOMVM_BASE_VERSION "0.7.0-dev")
+set(ATOMVM_BASE_VERSION "0.7.0-alpha.0")
23
set(ATOMVM_DEV TRUE)
0 commit comments