Skip to content

Commit b9e64da

Browse files
chore(main): release 1.12.0 (#137)
🤖 I have created a release *beep* *boop* --- ## [1.12.0](v1.11.2...v1.12.0) (2026-03-05) ### Features * **benchmark:** add benchmark job run, status ([#142](#142)) ([80e26c1](80e26c1)) * **blueprint:** support blueprint create metadata ([#141](#141)) ([4579d91](4579d91)) * **cli:** add llms.txt ([#139](#139)) ([db21f81](db21f81)) ### Bug Fixes * using the new format for mcp-configs ([#132](#132)) ([9deeb1c](9deeb1c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 80e26c1 commit b9e64da

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.11.2"
2+
".": "1.12.0"
33
}
44

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.12.0](https://github.com/runloopai/rl-cli/compare/v1.11.2...v1.12.0) (2026-03-05)
4+
5+
6+
### Features
7+
8+
* **benchmark:** add benchmark job run, status ([#142](https://github.com/runloopai/rl-cli/issues/142)) ([80e26c1](https://github.com/runloopai/rl-cli/commit/80e26c175465b2f44bbd776a89e78a68393e1ae7))
9+
* **blueprint:** support blueprint create metadata ([#141](https://github.com/runloopai/rl-cli/issues/141)) ([4579d91](https://github.com/runloopai/rl-cli/commit/4579d91a6dffa54f1dc11af72841556d7b3888e3))
10+
* **cli:** add llms.txt ([#139](https://github.com/runloopai/rl-cli/issues/139)) ([db21f81](https://github.com/runloopai/rl-cli/commit/db21f814cedd63b5b3980403d83ec6b5a8ad13a0))
11+
12+
13+
### Bug Fixes
14+
15+
* 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))
16+
317
## [1.11.2](https://github.com/runloopai/rl-cli/compare/v1.11.1...v1.11.2) (2026-02-26)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runloop/rl-cli",
3-
"version": "1.11.2",
3+
"version": "1.12.0",
44
"description": "Beautiful CLI for the Runloop platform",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)