From ba806c8dc73b36ce74137033a33949659e2e46d1 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Mon, 2 Mar 2026 08:31:44 -0800 Subject: [PATCH] Release 0.2.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90f7955..542e2fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waffle" -version = "0.1.1" +version = "0.2.0" description = "Wasm Analysis Framework For Lightweight Experiments" authors = ["Chris Fallin "] license = "Apache-2.0 WITH LLVM-exception"