Skip to content

Commit ab67f02

Browse files
authored
fix: publish ironclaw_safety 0.2.0 (#1659)
1 parent f02345f commit ab67f02

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ cron = "0.13"
104104
ironclaw_common = { path = "crates/ironclaw_common", version = "0.1.0" }
105105

106106
# Safety/sanitization
107-
ironclaw_safety = { path = "crates/ironclaw_safety", version = "0.1.0" }
107+
ironclaw_safety = { path = "crates/ironclaw_safety", version = "0.2.0" }
108108
regex = "1"
109109
aho-corasick = "1"
110110

crates/ironclaw_safety/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[package]
22
name = "ironclaw_safety"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
rust-version = "1.92"
66
description = "Prompt injection defense, input validation, secret leak detection, and safety policy enforcement"
77
authors = ["NEAR AI <support@near.ai>"]
88
license = "MIT OR Apache-2.0"
99
homepage = "https://github.com/nearai/ironclaw"
1010
repository = "https://github.com/nearai/ironclaw"
11-
publish = false
1211

1312
[package.metadata.dist]
1413
dist = false

release-plz.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
[workspace]
22
git_release_enable = false
3-
4-
[[package]]
5-
name = "ironclaw_safety"
6-
publish = false
7-
release = false

0 commit comments

Comments
 (0)