From f63687c43dbe7d7c8d939b17a4b6a6b444ca6676 Mon Sep 17 00:00:00 2001 From: siujamo Date: Mon, 22 Jun 2026 13:55:10 +0800 Subject: [PATCH] docs: add v0.3.0 changelog entries --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92097d0..e771165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ # Changelog +## v0.3.0 + +### Added + +- **Detailed `--version` output** — shows version, commit SHA, project name, and attribution (`by OnixByte`); version can be injected at build time via `CCSM_VERSION` env var +- **Marketplace creation guide** — README now documents how to create and publish a skill marketplace, including the `skills.json` format, skill entry fields, monorepo `path` support, and skill repository structure + ## v0.2.0 ### Added - **Monorepo skill support** — skills can now live in subdirectories of a single repository via the `path` field in `skills.json` - **Release-triggered CI** — workflow runs on `release: published` and uploads built artifacts directly to the release -- **Detailed `--version` output** — shows version, commit SHA, project name, and attribution; version can be injected at build time via `CCSM_VERSION` env var - **Project documentation** — README, CONTRIBUTING, and LICENCE (MIT) files ### Fixed