From 16c509f9396b19b9cabd5dcad76aa55a7147db77 Mon Sep 17 00:00:00 2001 From: argenis de la rosa Date: Tue, 24 Feb 2026 01:17:35 -0500 Subject: [PATCH] chore: bump version to 0.1.7 Release v0.1.7 includes: - Fixed supports_native_tools() for MiniMax and similar providers - Fixed prompt_guard regex patterns for better injection detection - Various stability and security improvements Co-Authored-By: Claude Opus 4.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 880c06bba..6aaebdd93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8014,7 +8014,7 @@ dependencies = [ [[package]] name = "zeroclaw" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "async-imap", diff --git a/Cargo.toml b/Cargo.toml index 2feeec7cf..b8682a52f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [package] name = "zeroclaw" -version = "0.1.6" +version = "0.1.7" edition = "2021" authors = ["theonlyhennygod"] license = "MIT OR Apache-2.0"