Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "for-developers-plugin",
"displayName": "Intility Developer Platform",
"version": "0.3.0",
"version": "0.4.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",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.4.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.4.0](https://github.com/intility/ext-devplatform-plugin/compare/v0.3.0...v0.4.0) (2026-07-02)


### Features

* rename plugin to for-developers-plugin ([c65ba0c](https://github.com/intility/ext-devplatform-plugin/commit/c65ba0c86f396d8f775fc54e1f9b9cc5d8265eb7))
* rename plugin to for-developers-plugin ([70dea9e](https://github.com/intility/ext-devplatform-plugin/commit/70dea9efdfc639850f1db22824549a2ca1fc6262)), closes [#12](https://github.com/intility/ext-devplatform-plugin/issues/12)
* update banner to For Developers branding ([c793743](https://github.com/intility/ext-devplatform-plugin/commit/c793743fd09c5de12c426301382398bad4bec116))

## [0.3.0](https://github.com/intility/ext-devplatform-plugin/compare/v0.2.0...v0.3.0) (2026-06-10)


Expand Down