Skip to content

Commit 172847c

Browse files
committed
Merge pull request #1096 from bettio/prepare-v0.6.0
Prepare v0.6.0 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 21a2b1c + 94d1991 commit 172847c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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] - 2024-03-05
8+
9+
### Fixed
10+
11+
- Fix a bug that broke sockets on ESP32-C3 and other single core ESP32 devices, that may also
12+
cause other issues. The bug has been introduced with messages from tasks change between beta.1
13+
and rc.0
14+
715
## [0.6.0-rc.0] - 2024-03-03
816

917
### Added

version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of AtomVM.
33
#
4-
# Copyright 2022 Davide Bettio <[email protected]>
4+
# Copyright 2022-2024 Davide Bettio <[email protected]>
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -19,5 +19,5 @@
1919
#
2020

2121
# Please, keep also in sync src/libAtomVM/atomvm_version.h
22-
set(ATOMVM_BASE_VERSION "0.6.0-rc.0")
22+
set(ATOMVM_BASE_VERSION "0.6.0")
2323
set(ATOMVM_DEV FALSE)

0 commit comments

Comments
 (0)