From 0fdfb96c3d3270976e25705e2c99988d5be1bae3 Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Wed, 17 Sep 2025 09:24:08 -0400 Subject: [PATCH] chore: release 0.9.6 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ff797..f52c69e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.9.6] - 2025-09-17 + +* Add option to filter cycles transfer. + ## [0.9.5] - 2025-01-28 * Fix compilation without default features. diff --git a/Cargo.lock b/Cargo.lock index 657c0be..ee9ef17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -495,7 +495,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "ic-wasm" -version = "0.9.5" +version = "0.9.6" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 1a88345..a491a7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ic-wasm" -version = "0.9.5" +version = "0.9.6" authors = ["DFINITY Stiftung"] edition = "2021" description = "A library for performing Wasm transformations specific to canisters running on the Internet Computer"