From caa5eff8b725bd94db6196e4b61871b2542aa26e Mon Sep 17 00:00:00 2001 From: adam-cattermole <6575004+adam-cattermole@users.noreply.github.com> Date: Wed, 26 Aug 2026 13:08:40 +0000 Subject: [PATCH] Prepare release 0.14.2 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2fe3e9b..b6ab211c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2503,7 +2503,7 @@ dependencies = [ [[package]] name = "wasm-shim" -version = "0.14.1" +version = "0.14.2" dependencies = [ "acutejson", "cel", diff --git a/Cargo.toml b/Cargo.toml index ae26277d..88d365f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-shim" -version = "0.14.1" +version = "0.14.2" edition = "2021" authors = ["Alex Snaps ", "Eguzki Astiz Lezaun ", "Didier Di Cesare ", "Adam Cattermole ", "Rahul Anand "] description = "Wasm module connecting envoy and authorino/limitador"