From 3867fe8e4c6664a57a75b91a01a1d4351e43ab6a Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Sun, 24 May 2026 17:21:05 -0400 Subject: [PATCH] chore: bump plugin.json version to v0.1.5 (C5 post-release cleanup) Co-Authored-By: Claude Opus 4.7 (1M context) --- plugin.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index f2d92eb..de6a052 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "workflow-plugin-tofu", - "version": "0.1.2", + "version": "0.1.5", "description": "OpenTofu/Terraform adapter: HCL generation from abstract infra specs, plan/apply execution, and state import/export", "author": "GoCodeAlone", "license": "MIT", @@ -8,7 +8,17 @@ "tier": "core", "private": false, "minEngineVersion": "0.53.0", - "keywords": ["opentofu", "terraform", "iac", "hcl", "infrastructure", "aws", "gcp", "azure", "digitalocean"], + "keywords": [ + "opentofu", + "terraform", + "iac", + "hcl", + "infrastructure", + "aws", + "gcp", + "azure", + "digitalocean" + ], "homepage": "https://github.com/GoCodeAlone/workflow-plugin-tofu", "repository": "https://github.com/GoCodeAlone/workflow-plugin-tofu", "capabilities": {