diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 7ea33c6..9e9e260 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,7 +5,7 @@ }, "metadata": { "description": "Audit-and-report optimizer for Rust GitHub Actions CI, release, and Docker pipelines — hands fixes off to autopilot.", - "version": "0.1.0" + "version": "0.2.0" }, "plugins": [ { diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 795e898..160db7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.0](https://github.com/agentic-incubator/rust-optimizer/compare/v0.1.0...v0.2.0) (2026-07-01) + + +### Features + +* scaffold rust-optimizer marketplace plugin and optimize skill ([09df15a](https://github.com/agentic-incubator/rust-optimizer/commit/09df15a89e5cb96152c7a7e3fd47c71aaafe009c)) + +## Changelog + All notable changes to this project are documented in this file. This file is generated and maintained by [release-please](https://github.com/googleapis/release-please) from [Conventional Commits](https://www.conventionalcommits.org/) — do not edit it by hand. diff --git a/package.json b/package.json index c2c279d..9069421 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rust-optimizer", - "version": "0.1.0", + "version": "0.2.0", "private": true, "description": "Quality and validation tooling for the rust-optimizer marketplace. The deliverable is prompt content (a skill, commands, and scripts); these dev scripts keep the manifests valid and the docs lint-clean.", "license": "MIT", diff --git a/plugins/rust-optimizer/.claude-plugin/plugin.json b/plugins/rust-optimizer/.claude-plugin/plugin.json index aecd025..a4c6796 100644 --- a/plugins/rust-optimizer/.claude-plugin/plugin.json +++ b/plugins/rust-optimizer/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "rust-optimizer", - "version": "0.1.0", + "version": "0.2.0", "description": "Audit a Rust repo's GitHub Actions CI, release workflow, Docker images, caching, and dependency graph; produce a prioritized optimization report and an autopilot-ready OPTIMIZATION_SPEC.md written in Definition-of-Done vocabulary (cmd:/grep:/grep:absent:) so fixes ship via the autopilot pipeline. It never edits code — it detects (account- and visibility-aware), reports, hands off, and measures before/after impact.", "author": { "name": "Chris Phillipson"