Skip to content

Commit 8756d65

Browse files
committed
Merge pull request #2262 from bettio/prepare-next-dev-cycle
Prepare next development cycle 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 1d2d436 + a879280 commit 8756d65

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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-beta.0] - Unreleased
8+
79
## [0.7.0-alpha.1] - 2026-04-06
810

911
### Added

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.1")
22+
set(ATOMVM_BASE_VERSION "0.7.0-beta.0")
2323
set(ATOMVM_DEV TRUE)

0 commit comments

Comments
 (0)