Skip to content

Commit ab6afea

Browse files
committed
Prepare v0.7.0-alpha.1
Update CHANGELOG.md and bump version number. Signed-off-by: Davide Bettio <davide@uninstall.it>
1 parent cef8c1a commit ab6afea

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 5 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.7.0-alpha.1] - Unreleased
7+
## [0.7.0-alpha.1] - 2026-04-06
88

99
### Added
1010
- Added `json` module to estdlib, compatible with Erlang/OTP `json` API
@@ -44,6 +44,7 @@ of raising `badarg`
4444
exception passes through a non-matching catch clause
4545

4646
### Removed
47+
- Removed support for OTP versions < 26
4748
- Removed old `json_encoder` module (now standard Erlang/OTP `json` module is available)
4849

4950
## [0.7.0-alpha.0] - 2026-03-20
@@ -178,10 +179,6 @@ table.
178179
- ESP32 platform now uses reproducible builds.
179180
- C API: `externalterm` module was renamed to `external_term` and it has a completely new API
180181

181-
### Removed
182-
183-
- Removed support for OTP versions < 26
184-
185182
### Fixed
186183

187184
- ESP32: improved sntp sync speed from a cold boot.

version.cmake

Lines changed: 1 addition & 1 deletion
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.7.0-alpha.0")
22+
set(ATOMVM_BASE_VERSION "0.7.0-alpha.1")
2323
set(ATOMVM_DEV TRUE)

0 commit comments

Comments
 (0)