From 1ab1f9e882596cb1f0b1b37e8421c9b77d651fc3 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Sat, 16 May 2026 22:03:52 -0700 Subject: [PATCH] Release 0.3.0. Includes fix #16 (multi-value operator result order) and enhancement from #15 (split out dependencies and make them optional). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93e8f52..f0bdc8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waffle" -version = "0.2.0" +version = "0.3.0" description = "Wasm Analysis Framework For Lightweight Experiments" authors = ["Chris Fallin "] license = "Apache-2.0 WITH LLVM-exception"