diff --git a/Cargo.lock b/Cargo.lock index 6ae0a3a..dc4f442 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,7 +339,7 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "clawshell" -version = "0.1.1" +version = "0.2.0" dependencies = [ "assert_cmd", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 851fa36..09ef5b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "clawshell" -version = "0.1.1" +version = "0.2.0" edition = "2024" license-file = "LICENSE" -homepage = "https://github.com/clawshell/clawshell" +homepage = "https://clawshell.org/" repository = "https://github.com/clawshell/clawshell" exclude = ["npm/*", "docs/*"] description = "A security privileged process for the OpenClaw ecosystem." diff --git a/README.md b/README.md index 97438a1..cc27edb 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ sudo clawshell config --edit # open in $EDITOR A minimal config looks like this: ```toml -version = "0.1.1" +version = "0.2.0" log_level = "info" [server] diff --git a/clawshell.example.toml b/clawshell.example.toml index 50947ee..7b60c30 100644 --- a/clawshell.example.toml +++ b/clawshell.example.toml @@ -1,5 +1,5 @@ # ClawShell Configuration -version = "0.1.1" +version = "0.2.0" # Log level: trace, debug, info, warn, error log_level = "info" diff --git a/npm/clawshell-darwin-arm64/package.json b/npm/clawshell-darwin-arm64/package.json index 1dcca47..1229d85 100644 --- a/npm/clawshell-darwin-arm64/package.json +++ b/npm/clawshell-darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@clawshell/clawshell-darwin-arm64", - "version": "0.1.1", + "version": "0.2.0", "description": "ClawShell binary for macOS ARM64 (Apple Silicon)", "license": "Apache-2.0", "repository": { diff --git a/npm/clawshell-linux-arm64/package.json b/npm/clawshell-linux-arm64/package.json index d115d08..f679f78 100644 --- a/npm/clawshell-linux-arm64/package.json +++ b/npm/clawshell-linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@clawshell/clawshell-linux-arm64", - "version": "0.1.1", + "version": "0.2.0", "description": "ClawShell binary for Linux ARM64", "license": "Apache-2.0", "repository": { diff --git a/npm/clawshell-linux-x64/package.json b/npm/clawshell-linux-x64/package.json index 2d4b3d3..33f27d3 100644 --- a/npm/clawshell-linux-x64/package.json +++ b/npm/clawshell-linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@clawshell/clawshell-linux-x64", - "version": "0.1.1", + "version": "0.2.0", "description": "ClawShell binary for Linux x64", "license": "Apache-2.0", "repository": { diff --git a/npm/clawshell/package.json b/npm/clawshell/package.json index 077071e..d14866c 100644 --- a/npm/clawshell/package.json +++ b/npm/clawshell/package.json @@ -1,6 +1,6 @@ { "name": "@clawshell/clawshell", - "version": "0.1.1", + "version": "0.2.0", "description": "The essential safety harness for OpenClaw's PII & API data", "license": "Apache-2.0", "repository": { @@ -12,9 +12,9 @@ "clawshell": "bin/clawshell.js" }, "optionalDependencies": { - "@clawshell/clawshell-darwin-arm64": "0.1.1", - "@clawshell/clawshell-linux-arm64": "0.1.1", - "@clawshell/clawshell-linux-x64": "0.1.1" + "@clawshell/clawshell-darwin-arm64": "0.2.0", + "@clawshell/clawshell-linux-arm64": "0.2.0", + "@clawshell/clawshell-linux-x64": "0.2.0" }, "engines": { "node": ">=16"