Skip to content

Commit 1eb1eee

Browse files
leogrpoiana
authored andcommitted
chore(release): bump version to 0.2.1
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
1 parent ca3c6c9 commit 1eb1eee

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"metadata": {
88
"description": "Skills for Prempti — runtime security for AI coding agents powered by Falco",
9-
"version": "0.1.0"
9+
"version": "0.2.1"
1010
},
1111
"plugins": [
1212
{

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ make build-ctl # CTL tool only
398398

399399
Requires latest stable Rust (the falco_plugin SDK tracks latest stable as MSRV).
400400

401-
The repository is a Cargo workspace. The root `Cargo.toml` declares `[workspace.package].version` as the single source of truth — every crate inherits it via `version.workspace = true`, the plugin's reported version is derived from `CARGO_PKG_VERSION` at compile time, and `Makefile` / `package.ps1` read the version from the same file. Bumping a release is a one-line change. Size-sensitive crates (`claude-interceptor`, `premptictl`) use `opt-level = "z"`; the plugin (hot path) uses `opt-level = 2`.
401+
The repository is a Cargo workspace. The root `Cargo.toml` declares `[workspace.package].version` as the single source of truth for the Rust side — every crate inherits it via `version.workspace = true`, the plugin's reported version is derived from `CARGO_PKG_VERSION` at compile time, and `Makefile` / `package.ps1` read the version from the same file. The Claude Code plugin marketplace manifest (`.claude-plugin/marketplace.json`, `metadata.version`) carries an independent version string that must be kept in lockstep with the workspace version — so cutting a release is a two-file edit. Size-sensitive crates (`claude-interceptor`, `premptictl`) use `opt-level = "z"`; the plugin (hot path) uses `opt-level = 2`.
402402

403403
### Tests
404404

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -11,7 +11,7 @@ members = [
1111
# release — crates, the plugin-reported version, the Makefile and the platform
1212
# packaging scripts all derive from here.
1313
[workspace.package]
14-
version = "0.2.0"
14+
version = "0.2.1"
1515
edition = "2021"
1616
license = "Apache-2.0"
1717

0 commit comments

Comments
 (0)