From ab9c14bb496b2b0b8fa04e3aed25bf2ce819f822 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 07:54:31 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .claude-plugin/plugin.json | 10 ++++++++-- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 9fc5907..155e139 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "ext-devplatform-plugin", "displayName": "Intility Developer Platform", - "version": "0.1.0", + "version": "0.2.0", "description": "A friendly companion for getting an app running on the Intility Developer Platform. Helps you create a cluster, deploy a containerized app, expose it on a URL, and update it later — without needing prior Kubernetes experience.", "author": { "name": "Intility", @@ -10,5 +10,11 @@ "homepage": "https://github.com/intility/ext-devplatform-plugin", "repository": "https://github.com/intility/ext-devplatform-plugin", "license": "MIT", - "keywords": ["intility", "kubernetes", "openshift", "beginner", "deploy"] + "keywords": [ + "intility", + "kubernetes", + "openshift", + "beginner", + "deploy" + ] } 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 4633bb4..8d8c6a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.2.0](https://github.com/intility/ext-devplatform-plugin/compare/v0.1.0...v0.2.0) (2026-06-10) + + +### Features + +* harden plugin and add open source readiness scaffolding ([405506c](https://github.com/intility/ext-devplatform-plugin/commit/405506cd233cf8e76a76dcfb2c618eeba89be5ec)) +* harden plugin and add open source readiness scaffolding ([636394e](https://github.com/intility/ext-devplatform-plugin/commit/636394e507ea183c5293e6d4d3ec10c2aebd5d54)) +* rename plugin to ext-devplatform-plugin, drop customer terminology ([118138c](https://github.com/intility/ext-devplatform-plugin/commit/118138c8d757573b892935a4d488cfc8f2c53710)) +* rename plugin to ext-devplatform-plugin, drop customer terminology ([fdcaa2a](https://github.com/intility/ext-devplatform-plugin/commit/fdcaa2a1aac7dc3e98f4b326e29e81da504658da)) + ## 0.1.0 First alpha. Eight skills covering the full journey: `getting-started`, `status`,