diff --git a/changes.md b/changes.md index 207ea3a..3db5f92 100644 --- a/changes.md +++ b/changes.md @@ -1,6 +1,6 @@ # Changes -### 0.8.0 +### 0.9.0 - Add `dev.kit env` and env config controls so repo and agent output can reflect actual tool and credential availability - Keep `.rabbit/context.yaml` focused on repo facts, tracing, commands, and gaps instead of inlining engineering practices and canonical workflow text diff --git a/package-lock.json b/package-lock.json index d71969c..575856d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@udx/dev-kit", - "version": "0.8.0", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@udx/dev-kit", - "version": "0.8.0", + "version": "0.9.0", "license": "MIT", "bin": { "dev-kit": "bin/dev-kit", diff --git a/package.json b/package.json index df1ea17..395f4bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@udx/dev-kit", - "version": "0.8.0", + "version": "0.9.0", "description": "Context-driven engineering toolkit for AI agents and developers", "license": "MIT", "repository": {