diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0f24e47..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.6" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c75b8fe..15c9a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0](https://github.com/gotalab/skillport/compare/v0.1.6...v0.2.0) (2025-12-06) + + +### Features + +* add Codex skills directory option to init command ([#29](https://github.com/gotalab/skillport/issues/29)) ([9d44f6e](https://github.com/gotalab/skillport/commit/9d44f6e0d5305936ba7d32a6b21d96e16f5772c0)) +* add skill update command and configure ruff linting ([#26](https://github.com/gotalab/skillport/issues/26)) ([c6f0ab9](https://github.com/gotalab/skillport/commit/c6f0ab922c46216d51b1d9b730bf044f9863bd8a)) + + +### Documentation + +* add update command documentation and fix init example ([#30](https://github.com/gotalab/skillport/issues/30)) ([0c14b86](https://github.com/gotalab/skillport/commit/0c14b8695c4388c8f21ef7ff1d944d47ba5cbc4d)) + ## [0.1.6](https://github.com/gotalab/skillport/compare/v0.1.5...v0.1.6) (2025-12-05) diff --git a/pyproject.toml b/pyproject.toml index c808c98..8813a8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "skillport" -version = "0.1.6" +version = "0.2.0" description = "Bring Agent Skills to Cursor / Copilot / Codex & more — via CLI or MCP. Manage once, serve anywhere." readme = "README.md" requires-python = ">=3.10"