Skip to content

Commit 1655dcc

Browse files
committed
Bump version to 1.2.0
1 parent 96f94f9 commit 1655dcc

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"path": "plugins/cpln"
1515
},
1616
"description": "Control Plane AI workflows, skills, guardrails, and MCP configuration.",
17-
"version": "1.1.0",
17+
"version": "1.2.0",
1818
"author": {
1919
"name": "Control Plane",
2020
"email": "support@controlplane.com",

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
88

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
### Removed
16+
17+
## [1.2.0] - 2026-05-11
18+
19+
### Added
20+
1121
- Gemini `SessionStart` hook at repo-root `hooks/hooks.json` that injects the same `alwaysApply: true` rules every Claude and Codex session already receives. Uses Gemini's `${extensionPath}` config-time variable to reach `plugins/cpln/rules/`, and emits the standard `hookSpecificOutput.additionalContext` shape Gemini's hooks docs describe. All three runtimes now do rule injection from one source via one schema.
1222
- Marketplace-level `description` field in `.claude-plugin/marketplace.json`.
1323

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cpln",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Control Plane — hybrid multi-cloud platform. Skills, agents, and guardrails for deploying workloads, managing secrets, configuring networking, troubleshooting, and migrating from Kubernetes across AWS, GCP, Azure, and private clouds.",
55
"settings": [
66
{

plugins/cpln/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cpln",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Control Plane — hybrid multi-cloud platform. Skills, agents, and guardrails for deploying workloads, managing secrets, configuring networking, troubleshooting, and migrating from Kubernetes across AWS, GCP, Azure, and private clouds.",
55
"author": {
66
"name": "Control Plane",

plugins/cpln/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cpln",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Control Plane — hybrid multi-cloud platform. Skills, agents, and guardrails for deploying workloads, managing secrets, configuring networking, troubleshooting, and migrating from Kubernetes across AWS, GCP, Azure, and private clouds.",
55
"author": {
66
"name": "Control Plane",

0 commit comments

Comments
 (0)