Skip to content

Commit d61f15e

Browse files
authored
chore: release 0.9.8 (#96)
1 parent 95ea20c commit d61f15e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [unreleased]
88

9+
## [0.9.8] - 2025-10-01
10+
911
* Fix: `check-endpoints` now correctly handles all exported functions, not just those prefixed with `canister_`.
1012

1113
## [0.9.7] - 2025-09-26

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-wasm"
3-
version = "0.9.7"
3+
version = "0.9.8"
44
authors = ["DFINITY Stiftung"]
55
edition = "2021"
66
description = "A library for performing Wasm transformations specific to canisters running on the Internet Computer"

0 commit comments

Comments
 (0)