Skip to content

Commit 72ae567

Browse files
committed
Merge pull request #1711 from UncleGrumpy/0.6-docs
Update "alpha status" to pre 1.0 status in release-0.6 docs 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 c7a6bcf + a13a40e commit 72ae567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AtomVM is a lightweight implementation of the the Bogdan Erlang Abstract Machine
1616

1717
AtomVM includes many advanced features, including process spawning, monitoring, message passing, pre-emptive scheduling, and efficient garbage collection. It can also interface directly with peripherals and protocols supported on micro-controllers, such as GPIO, I2C, SPI, and UART. It also supports WiFi networking on devices that support it, such as the Espressif ESP32. All of this on a device that can cost as little as $2!
1818

19-
.. warning:: AtomVM is currently in Alpha status. Software may contain bugs and should not be used for mission-critical applications. Application Programming Interfaces may change without warning.
19+
.. warning:: AtomVM is currently in `v0.x stage <https://semver.org/#spec-item-4>`_. Software may contain bugs and should not be used for mission-critical applications. Application Programming Interfaces may change without warning.
2020

2121
.. toctree::
2222
:maxdepth: 2

0 commit comments

Comments
 (0)