Skip to content

Commit 91e793b

Browse files
chore(main): release 1.11.0 (#119)
🤖 I have created a release *beep* *boop* --- ## [1.11.0](v1.10.0...v1.11.0) (2026-02-26) ### Features * add model name config in Benchmark Jobs ([#118](#118)) ([08a67c7](08a67c7)) * **devbox:** add mcp hub to cli ([#124](#124)) ([02a1b5e](02a1b5e)) * network policy create flags ([#123](#123)) ([8419b69](8419b69)) ### Bug Fixes * bug with detail page stale data ([#120](#120)) ([148a7bc](148a7bc)) * detail pages sections for large things on small screens ([#122](#122)) ([059673a](059673a)) * unified polling hook ([#121](#121)) ([f014f2d](f014f2d)) --- 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 02a1b5e commit 91e793b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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.10.0"
2+
".": "1.11.0"
33
}
44

CHANGELOG.md

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

3+
## [1.11.0](https://github.com/runloopai/rl-cli/compare/v1.10.0...v1.11.0) (2026-02-26)
4+
5+
6+
### Features
7+
8+
* add model name config in Benchmark Jobs ([#118](https://github.com/runloopai/rl-cli/issues/118)) ([08a67c7](https://github.com/runloopai/rl-cli/commit/08a67c760515aae5f06652fedaa84554cea44485))
9+
* **devbox:** add mcp hub to cli ([#124](https://github.com/runloopai/rl-cli/issues/124)) ([02a1b5e](https://github.com/runloopai/rl-cli/commit/02a1b5e42361b1df91ef43a74bdd7a0ee1c3eee0))
10+
* network policy create flags ([#123](https://github.com/runloopai/rl-cli/issues/123)) ([8419b69](https://github.com/runloopai/rl-cli/commit/8419b6924c22370914043bd32b0eff67e7f9a359))
11+
12+
13+
### Bug Fixes
14+
15+
* bug with detail page stale data ([#120](https://github.com/runloopai/rl-cli/issues/120)) ([148a7bc](https://github.com/runloopai/rl-cli/commit/148a7bc053d443226d94ba238fcd3f8988d31628))
16+
* detail pages sections for large things on small screens ([#122](https://github.com/runloopai/rl-cli/issues/122)) ([059673a](https://github.com/runloopai/rl-cli/commit/059673aa80a39061c7f86bd81524e8af991de754))
17+
* unified polling hook ([#121](https://github.com/runloopai/rl-cli/issues/121)) ([f014f2d](https://github.com/runloopai/rl-cli/commit/f014f2d18175c4c39fa8c4578628dbfd08888f41))
18+
319
## [1.10.0](https://github.com/runloopai/rl-cli/compare/v1.9.0...v1.10.0) (2026-02-14)
420

521

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.10.0",
3+
"version": "1.11.0",
44
"description": "Beautiful CLI for the Runloop platform",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)