Skip to content

Commit f07f533

Browse files
committed
v0.1.1 — Dependency updates, OpenClaw skill format, agent integration docs
1 parent 293267e commit f07f533

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -51,7 +51,7 @@ tracing = "0.1"
5151
tracing-subscriber = "0.3"
5252

5353
[workspace.package]
54-
version = "0.1.0"
54+
version = "0.1.1"
5555
edition = "2024"
5656
rust-version = "1.85"
5757
license = "MIT OR Apache-2.0"

crates/germanic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mcp = ["dep:rmcp", "dep:tokio", "dep:schemars", "dep:tracing", "dep:tracing-subs
3838

3939
[dependencies]
4040
# Re-export our macros so users only need `use germanic::GermanicSchema`
41-
germanic-macros = { path = "../germanic-macros", version = "0.1.0" }
41+
germanic-macros = { path = "../germanic-macros", version = "0.1.1" }
4242

4343
# Serialization
4444
serde.workspace = true

skills/germanic/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >
88
Accepts JSON Schema Draft 7 and GERMANIC native format.
99
Security: binary output prevents structural injection —
1010
data cannot be reinterpreted as instructions.
11-
version: 0.1.0
11+
version: 0.1.1
1212
metadata: { "openclaw": { "emoji": "🤝", "requires": { "bins": ["germanic"] }, "install": [{ "id": "cargo-install", "kind": "shell", "command": "cargo install germanic", "bins": ["germanic"], "label": "Install GERMANIC CLI (cargo)" }] } }
1313
---
1414

@@ -22,7 +22,7 @@ Compile JSON to validated binary. Schema contract enforced at build time.
2222
cargo install germanic
2323
```
2424

25-
Verify: `germanic --version` should print `0.1.0`.
25+
Verify: `germanic --version` should print `0.1.1`.
2626

2727
## When to Use
2828

0 commit comments

Comments
 (0)