Skip to content

Commit 16eb41f

Browse files
committed
chore: 🔖 bump version to 0.2.0 and document versioning
Align version across pyproject.toml, plugin.json, and marketplace.json. Add versioning section to CLAUDE.md listing all version locations.
1 parent 3086632 commit 16eb41f

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
},
66
"metadata": {
77
"description": "Orchestrator skill for RHDH plugin development - onboard, update, and maintain plugins in the Extensions Catalog",
8-
"version": "0.1.0"
8+
"version": "0.2.0"
99
},
1010
"plugins": [
1111
{
1212
"name": "rhdh",
1313
"source": "./",
1414
"description": "Skills and commands for RHDH plugin lifecycle management",
15-
"version": "0.1.0",
15+
"version": "0.2.0",
1616
"strict": true
1717
}
1818
]

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rhdh",
33
"description": "All-in-one toolkit for Red Hat Developer Hub (RHDH). Covers plugin development, overlay management, environment setup, version compatibility, CI/CD, and RHDH ecosystem navigation.",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"author": {
66
"name": "RHDH Store Manager"
77
},

CLAUDE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,13 @@ Auto-detects output format: **TTY** → human-readable, **Piped** → JSON.
4141
- `OutputFormatter` handles JSON/human rendering — commands build data dicts
4242
- Workflows live in `skills/overlay/workflows/` — doctor points agents there for setup
4343
- Config discovery: env vars → project config → user config → auto-detection
44+
45+
## Versioning
46+
47+
Single version (`0.2.0`) kept in sync across three files:
48+
49+
- `pyproject.toml` — Python package version
50+
- `.claude-plugin/plugin.json` — plugin manifest
51+
- `.claude-plugin/marketplace.json` — marketplace listing (2 occurrences)
52+
53+
Bump all three when releasing.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rhdh-skill"
3-
version = "1.0.0"
3+
version = "0.2.0"
44
description = "Claude Code skill for RHDH plugin development"
55
readme = "README.md"
66
license = "Apache-2.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)