From 60c174187a6472b9afc3f1ce370603a95935dc7b Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Mon, 4 May 2026 16:56:02 +0300 Subject: [PATCH] Bump release version to 0.9.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- changes.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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": {