diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 406bc1a..bd1891b 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Marketplace used to distribute Infracost Claude plugins", - "version": "0.1.1" + "version": "0.1.2" }, "plugins": [ { diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 235f7a6..ebad760 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.1.1", + ".": "0.1.2", "plugins/infracost": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8abdf79..2803591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/infracost/agent-skills/compare/infracost-marketplace-v0.1.1...infracost-marketplace-v0.1.2) (2026-07-13) + + +### Features + +* add direct-CLI binding for shell-running agents (GitLab Duo) ([#56](https://github.com/infracost/agent-skills/issues/56)) ([a351270](https://github.com/infracost/agent-skills/commit/a35127020467167e2c90b3ab84d21984e8de3226)) + ## [0.1.1](https://github.com/infracost/agent-skills/compare/infracost-marketplace-v0.1.0...infracost-marketplace-v0.1.1) (2026-05-29)