From 2f05ee4ff389e85965615e9cd42b8a849906dba9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:37:06 +0000 Subject: [PATCH] chore(main): release infracost-marketplace 0.1.2 --- .claude-plugin/marketplace.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) 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)