Skip to content

Commit 89f551a

Browse files
committed
Release preparation for v0.11.0
Signed-off-by: Doru Blânzeanu <dblnz@pm.me>
1 parent 271a5a5 commit 89f551a

File tree

7 files changed

+15
-10
lines changed

7 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
55

66
## [Prerelease] - Unreleased
77

8+
## v0.11.0 - 2025-11-20
9+
- Add guest tracing support
810

911
## [v0.8.0] - 2025-08-13
1012

@@ -20,6 +22,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
2022
The Initial Hyperlight-wasm Release 🎉
2123

2224

23-
[Prerelease]: <https://github.com/hyperlight-dev/hyperlight/compare/v0.4.0..HEAD>
25+
[Prerelease]: <https://github.com/hyperlight-dev/hyperlight/compare/v0.11.0..HEAD>
26+
[v0.11.0]: <https://github.com/hyperlight-dev/hyperlight-wasm/compare/v0.10.0...v0.11.0>
27+
[v0.10.0]: <https://github.com/hyperlight-dev/hyperlight-wasm/compare/v0.9.0...v0.10.0>
28+
[v0.9.0]: <https://github.com/hyperlight-dev/hyperlight-wasm/compare/v0.8.0...v0.9.0>
2429
[v0.8.0]: <https://github.com/hyperlight-dev/hyperlight-wasm/compare/v0.7.0...v0.8.0>
25-
[v0.7.0]: <https://github.com/hyperlight-dev/hyperlight-wasm/releases/tag/v0.7.0>
30+
[v0.7.0]: <https://github.com/hyperlight-dev/hyperlight-wasm/releases/tag/v0.7.0>

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -4,7 +4,7 @@ exclude = [ "src/wasm_runtime", "src/rust_wasm_samples", "src/hyperlight_wasm_m
44
resolver = "2"
55

66
[workspace.package]
7-
version = "0.10.0"
7+
version = "0.11.0"
88
edition = "2024"
99
rust-version = "1.89"
1010
license = "Apache-2.0"

src/hyperlight_wasm_macro/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_wasm_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlight-wasm-macro"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2024"
55
description = """
66
Procedural macros to generate Hyperlight Wasm host and guest bindings from component types

src/wasm_runtime/Cargo.lock

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

src/wasm_runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-runtime"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55

66
[[bin]]

0 commit comments

Comments
 (0)