diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d298d..1ffd8ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.6.0](https://github.com/grapitydev/cli/compare/v0.5.0...v0.6.0) (2026-06-02) + + +### Features + +* add Apache-2.0 LICENSE file ([b61ab1e](https://github.com/grapitydev/cli/commit/b61ab1e34c0ec05e69e8550399b9088c5ba0333c)) +* add gateway logs command and gateway engine ([8a22bef](https://github.com/grapitydev/cli/commit/8a22bef5d3896647dc2317ee519b1cb8a7fa49b9)) + + +### Bug Fixes + +* **deps:** update dependency @grapity/core to ^0.2.0 ([#30](https://github.com/grapitydev/cli/issues/30)) ([c2396cd](https://github.com/grapitydev/cli/commit/c2396cdb7c9df32b2ff8d974a5f7b7c00029951b)) +* **deps:** update dependency @grapity/registry to v0.5.0 ([#31](https://github.com/grapitydev/cli/issues/31)) ([47a1b69](https://github.com/grapitydev/cli/commit/47a1b69d6e28fde126b706b811405e323d400f57)) +* remove unused deck-example.yaml ([a583204](https://github.com/grapitydev/cli/commit/a5832044cb1e5124d81cd30d7730969046231b04)) + ## [0.5.0](https://github.com/grapitydev/cli/compare/v0.4.4...v0.5.0) (2026-05-25) diff --git a/package.json b/package.json index 42434fa..d2e0ea1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grapity/cli", - "version": "0.5.0", + "version": "0.6.0", "type": "module", "description": "Grapity CLI - API spec registry management from the command line", "license": "Apache-2.0",