From 666850f7f406a85202ecc030afca1e648217af68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Mon, 11 Aug 2025 10:44:15 +0200 Subject: [PATCH] build: Bump version to 0.29.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Cuadrado Juan --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c0940af..468a0da4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = [ ] edition = "2021" name = "policy-evaluator" -version = "0.29.1" +version = "0.29.2" [workspace] members = ["crates/burrego"]