Skip to content

Commit ab9c14b

Browse files
chore(main): release 0.2.0
1 parent 118138c commit ab9c14b

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ext-devplatform-plugin",
33
"displayName": "Intility Developer Platform",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"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.",
66
"author": {
77
"name": "Intility",
@@ -10,5 +10,11 @@
1010
"homepage": "https://github.com/intility/ext-devplatform-plugin",
1111
"repository": "https://github.com/intility/ext-devplatform-plugin",
1212
"license": "MIT",
13-
"keywords": ["intility", "kubernetes", "openshift", "beginner", "deploy"]
13+
"keywords": [
14+
"intility",
15+
"kubernetes",
16+
"openshift",
17+
"beginner",
18+
"deploy"
19+
]
1420
}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/intility/ext-devplatform-plugin/compare/v0.1.0...v0.2.0) (2026-06-10)
4+
5+
6+
### Features
7+
8+
* harden plugin and add open source readiness scaffolding ([405506c](https://github.com/intility/ext-devplatform-plugin/commit/405506cd233cf8e76a76dcfb2c618eeba89be5ec))
9+
* harden plugin and add open source readiness scaffolding ([636394e](https://github.com/intility/ext-devplatform-plugin/commit/636394e507ea183c5293e6d4d3ec10c2aebd5d54))
10+
* rename plugin to ext-devplatform-plugin, drop customer terminology ([118138c](https://github.com/intility/ext-devplatform-plugin/commit/118138c8d757573b892935a4d488cfc8f2c53710))
11+
* rename plugin to ext-devplatform-plugin, drop customer terminology ([fdcaa2a](https://github.com/intility/ext-devplatform-plugin/commit/fdcaa2a1aac7dc3e98f4b326e29e81da504658da))
12+
313
## 0.1.0
414

515
First alpha. Eight skills covering the full journey: `getting-started`, `status`,

0 commit comments

Comments
 (0)