From 833ebfeb4dd88c1377687fa3dc9e1f982cf80da3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:06:24 +0000 Subject: [PATCH] chore(main): release 1.12.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b6175686..8f4505ce 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.11.2" + ".": "1.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 875239e7..65dabb82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.12.0](https://github.com/runloopai/rl-cli/compare/v1.11.2...v1.12.0) (2026-03-05) + + +### Features + +* **benchmark:** add benchmark job run, status ([#142](https://github.com/runloopai/rl-cli/issues/142)) ([80e26c1](https://github.com/runloopai/rl-cli/commit/80e26c175465b2f44bbd776a89e78a68393e1ae7)) +* **blueprint:** support blueprint create metadata ([#141](https://github.com/runloopai/rl-cli/issues/141)) ([4579d91](https://github.com/runloopai/rl-cli/commit/4579d91a6dffa54f1dc11af72841556d7b3888e3)) +* **cli:** add llms.txt ([#139](https://github.com/runloopai/rl-cli/issues/139)) ([db21f81](https://github.com/runloopai/rl-cli/commit/db21f814cedd63b5b3980403d83ec6b5a8ad13a0)) + + +### Bug Fixes + +* using the new format for mcp-configs ([#132](https://github.com/runloopai/rl-cli/issues/132)) ([9deeb1c](https://github.com/runloopai/rl-cli/commit/9deeb1ce507eaa94b7104c865cbb2c570c32d3b3)) + ## [1.11.2](https://github.com/runloopai/rl-cli/compare/v1.11.1...v1.11.2) (2026-02-26) diff --git a/package.json b/package.json index 27921c2d..82b3e67d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@runloop/rl-cli", - "version": "1.11.2", + "version": "1.12.0", "description": "Beautiful CLI for the Runloop platform", "type": "module", "bin": {