Skip to content

Commit 65a9462

Browse files
authored
chore: release v0.9.9 (#99)
1 parent 64db3a5 commit 65a9462

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

77
## [unreleased]
88

9+
## [0.9.9] - 2025-11-18
10+
11+
* Add support for comments in optional hidden endpoint file for `check-endpoints` command.
12+
913
## [0.9.8] - 2025-10-01
1014

1115
* Fix: `check-endpoints` now correctly handles all exported functions, not just those prefixed with `canister_`.

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.8"
3+
version = "0.9.9"
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)