Skip to content

Commit a13a40e

Browse files
committed
Update "alpha status" to pre 1.0 status in docs.
Updates documentation to no longer use "alpha" status to describe the current state of AtomVM, instead warning that APIs may sill be unstable due to the pre 1.0 status of the project. Signed-off-by: Winford <winford@object.stream>
1 parent 425e02a commit a13a40e

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)