From ba76508d60a74d112c4e0bdf17a7cd7693d90536 Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 5 May 2026 22:24:47 +0200 Subject: chore: prepare v0.9.0 Signed-off-by: Henry --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8e4942e..9a9c322 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -> [!Important] -> The `next` branch contains a major rework of the runtime and API, which is still in development. The latest released version of tinywasm (0.8.0) is not recommended for use anymore, and the API will change significantly before the next release. - # `tinywasm` [![docs.rs](https://img.shields.io/docsrs/tinywasm?logo=rust&style=flat-square)](https://docs.rs/tinywasm) [![Crates.io](https://img.shields.io/crates/v/tinywasm.svg?logo=rust&style=flat-square)](https://crates.io/crates/tinywasm) [![Crates.io](https://img.shields.io/crates/l/tinywasm.svg?style=flat-square)](./LICENSE-APACHE) @@ -15,7 +12,7 @@ ```toml [dependencies] -tinywasm = "0.9.0-alpha.0" +tinywasm = "0.9" ``` ## Usage -- cgit v1.3.1