Skip to content

Commit 833ebfe

Browse files
chore(main): release 1.12.0
1 parent 80e26c1 commit 833ebfe

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.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)