Skip to content

Commit

Permalink
Merge pull request atomvm#1096 from bettio/prepare-v0.6.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bettio committed Mar 5, 2024
2 parents 21a2b1c + 94d1991 commit 172847c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0] - 2024-03-05

### Fixed

- Fix a bug that broke sockets on ESP32-C3 and other single core ESP32 devices, that may also
cause other issues. The bug has been introduced with messages from tasks change between beta.1
and rc.0

## [0.6.0-rc.0] - 2024-03-03

### Added
Expand Down
4 changes: 2 additions & 2 deletions version.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of AtomVM.
#
# Copyright 2022 Davide Bettio <[email protected]>
# Copyright 2022-2024 Davide Bettio <[email protected]>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -19,5 +19,5 @@
#

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

0 comments on commit 172847c

Please sign in to comment.