diff options
| author | Henry <mail@henrygressmann.de> | 2026-06-29 23:36:15 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-06-29 23:36:15 +0200 |
| commit | 71e8948fbde0a6fd61195501fd4a89609c402bbb (patch) | |
| tree | 1e24a1afb70d73c511b66798aca10e049ea87166 | |
| parent | 5f74d5bc5cd0870a42342210c62d7257a0dd8458 (diff) | |
chore: v0.9.1
Signed-off-by: Henry <mail@henrygressmann.de>
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | Cargo.lock | 10 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c615738..c1dc0e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.9.1] - 2026-06-29 ### Added @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Direct `Function::call` and `Function::call_resumable` calls during an active invocation now trap instead of corrupting the active call/value stacks +- Direct `Function::call` and `Function::call_resumable` calls during an active invocation now trap instead of corrupting the active call/value stacks. While this is technically a breaking change, it prevents stack corruption and is a necessary safety fix. Use `FuncContext::call` or `FuncContext::call_untyped` for reentrant calls instead. ## [0.9.0] - 2026-05-05 @@ -859,7 +859,7 @@ dependencies = [ [[package]] name = "tinywasm" -version = "0.9.0" +version = "0.9.1" dependencies = [ "criterion", "eyre", @@ -877,7 +877,7 @@ dependencies = [ [[package]] name = "tinywasm-cli" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anstream", "assert_cmd", @@ -896,7 +896,7 @@ dependencies = [ [[package]] name = "tinywasm-parser" -version = "0.9.0" +version = "0.9.1" dependencies = [ "log", "tinywasm-types", @@ -905,7 +905,7 @@ dependencies = [ [[package]] name = "tinywasm-root" -version = "0.9.0" +version = "0.9.1" dependencies = [ "eyre", "pretty_env_logger", @@ -915,7 +915,7 @@ dependencies = [ [[package]] name = "tinywasm-types" -version = "0.9.0" +version = "0.9.1" dependencies = [ "log", "postcard", @@ -23,7 +23,7 @@ wast="252" wat="1.252" [workspace.package] -version="0.9.0" +version="0.9.1" rust-version="1.95" edition="2024" license="MIT OR Apache-2.0" |
