From 136eba4e7cf0d4fdad8b18d4d2f2824028550311 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 01:17:04 +0000 Subject: [PATCH] chore(main): release 0.10.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5c2db178..4bdeca9d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.9.0" + ".": "0.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 329ee7dc..af19f05d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.10.0](https://github.com/runloopai/rl-cli/compare/v0.9.0...v0.10.0) (2026-01-13) + + +### Features + +* **devbox:** style improvements ([#36](https://github.com/runloopai/rl-cli/issues/36)) ([4563c19](https://github.com/runloopai/rl-cli/commit/4563c1981e01ffa046639d8880e88a7f55fdda77)) + + +### Bug Fixes + +* **devbox:** devbox correctly renders metadata without the header ([#38](https://github.com/runloopai/rl-cli/issues/38)) ([88c9c7c](https://github.com/runloopai/rl-cli/commit/88c9c7cde23a5eb8352c1f8f118baceba427ed45)) + ## [0.9.0](https://github.com/runloopai/rl-cli/compare/v0.8.0...v0.9.0) (2026-01-08) diff --git a/package-lock.json b/package-lock.json index 4a4695f0..ff9664d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@runloop/rl-cli", - "version": "0.9.0", + "version": "0.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@runloop/rl-cli", - "version": "0.9.0", + "version": "0.10.0", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.19.1", diff --git a/package.json b/package.json index 959534ec..26a23457 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@runloop/rl-cli", - "version": "0.9.0", + "version": "0.10.0", "description": "Beautiful CLI for the Runloop platform", "type": "module", "bin": {