Skip to content

Commit ba8b531

Browse files
committed
Merge pull request #1027 from bettio/prepare-v0.6.0-beta.0-release
Prepare v0.6.0-beta.0 release 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 8a3eca7 + 7dcfcd2 commit ba8b531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.0-beta.0] - Unreleased
7+
## [0.6.0-beta.0] - 2024-02-08
88

99
### Added
1010
- Added `esp:get_default_mac/0` for retrieving the default MAC address on ESP32.

version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
#
2020

2121
set(ATOMVM_BASE_VERSION "0.6.0-beta.0")
22-
set(ATOMVM_DEV TRUE)
22+
set(ATOMVM_DEV FALSE)

0 commit comments

Comments
 (0)