Skip to content

Commit 3227e41

Browse files
porco-rsclaude
andcommitted
chore: bump version to 0.2.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bddc289 commit 3227e41

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

crates/germanic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[package]
1010
name = "germanic"
11-
version = "0.2.1"
11+
version = "0.2.2"
1212
edition.workspace = true
1313
rust-version.workspace = true
1414
license.workspace = true

homebrew/Formula/germanic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Germanic < Formula
22
desc "Schema-validated binary data for AI agents"
33
homepage "https://github.com/germanicdev/germanic"
4-
version "0.2.1"
4+
version "0.2.2"
55
license "MIT"
66

77
on_macos do

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.2.1
11+
version: 0.2.2
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.2.0`.
25+
Verify: `germanic --version` should print `0.2.2`.
2626

2727
## Workspace
2828

0 commit comments

Comments
 (0)