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 <noreply@anthropic.com>
This commit is contained in:
parent
306cf16dc5
commit
16c509f939
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -8014,7 +8014,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zeroclaw"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-imap",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user