From 71e8948fbde0a6fd61195501fd4a89609c402bbb Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 29 Jun 2026 23:36:15 +0200 Subject: chore: v0.9.1 Signed-off-by: Henry --- CHANGELOG.md | 4 ++-- Cargo.lock | 10 +++++----- 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 diff --git a/Cargo.lock b/Cargo.lock index d2d571a..6a68452 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 6aba5dc..5653718 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.3.1