Skip to content

Commit 71e8948

Browse files
chore: v0.9.1
Signed-off-by: Henry <mail@henrygressmann.de>
1 parent 5f74d5b commit 71e8948

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.9.1] - 2026-06-29
99

1010
### Added
1111

1212
- Added blocking reentrant Wasm calls from host functions through `FuncContext::call` and `FuncContext::call_untyped`.
1313

1414
### Fixed
1515

16-
- Direct `Function::call` and `Function::call_resumable` calls during an active invocation now trap instead of corrupting the active call/value stacks
16+
- 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.
1717

1818
## [0.9.0] - 2026-05-05
1919

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ wast="252"
2323
wat="1.252"
2424

2525
[workspace.package]
26-
version="0.9.0"
26+
version="0.9.1"
2727
rust-version="1.95"
2828
edition="2024"
2929
license="MIT OR Apache-2.0"

0 commit comments

Comments
 (0)