From 1c273a5e94ae68065eee40f41df2d2ee6fd4e051 Mon Sep 17 00:00:00 2001 From: adam-cattermole <6575004+adam-cattermole@users.noreply.github.com> Date: Wed, 26 Aug 2026 12:50:54 +0000 Subject: [PATCH] Prepare release 0.12.4 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 729910d0..35f9c8f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2425,7 +2425,7 @@ dependencies = [ [[package]] name = "wasm-shim" -version = "0.12.3" +version = "0.12.4" dependencies = [ "cel", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0220ee4d..0d48d83f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-shim" -version = "0.12.3" +version = "0.12.4" edition = "2021" authors = ["Alex Snaps ", "Eguzki Astiz Lezaun ", "Didier Di Cesare ", "Adam Cattermole ", "Rahul Anand "] description = "Wasm module connecting envoy and authorino/limitador"