Skip to content

Commit adf8418

Browse files
chore(main): release 1.11.0
1 parent 059673a commit adf8418

3 files changed

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

CHANGELOG.md

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

3+
## [1.11.0](https://github.com/runloopai/rl-cli/compare/v1.10.0...v1.11.0) (2026-02-25)
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+
* network policy create flags ([#123](https://github.com/runloopai/rl-cli/issues/123)) ([8419b69](https://github.com/runloopai/rl-cli/commit/8419b6924c22370914043bd32b0eff67e7f9a359))
10+
11+
12+
### Bug Fixes
13+
14+
* bug with detail page stale data ([#120](https://github.com/runloopai/rl-cli/issues/120)) ([148a7bc](https://github.com/runloopai/rl-cli/commit/148a7bc053d443226d94ba238fcd3f8988d31628))
15+
* 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))
16+
* unified polling hook ([#121](https://github.com/runloopai/rl-cli/issues/121)) ([f014f2d](https://github.com/runloopai/rl-cli/commit/f014f2d18175c4c39fa8c4578628dbfd08888f41))
17+
318
## [1.10.0](https://github.com/runloopai/rl-cli/compare/v1.9.0...v1.10.0) (2026-02-14)
419

520

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)