Skip to content

Commit 1005dde

Browse files
chore(main): release 1.9.0
1 parent b3479fe commit 1005dde

3 files changed

Lines changed: 22 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.8.0"
2+
".": "1.9.0"
33
}
44

CHANGELOG.md

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

3+
## [1.9.0](https://github.com/runloopai/rl-cli/compare/v1.8.0...v1.9.0) (2026-02-10)
4+
5+
6+
### Features
7+
8+
* add benchmark job to cli [beta] ([#88](https://github.com/runloopai/rl-cli/issues/88)) ([f8759c2](https://github.com/runloopai/rl-cli/commit/f8759c2d67283730369cc110fab46b098513ca1d))
9+
* add gatway support to rli ([#101](https://github.com/runloopai/rl-cli/issues/101)) ([441e888](https://github.com/runloopai/rl-cli/commit/441e8887e69ddee64bd49d09e5062b366600dff3))
10+
* **devbox:** add tunnel to devbox create ([#99](https://github.com/runloopai/rl-cli/issues/99)) ([a3c1b7a](https://github.com/runloopai/rl-cli/commit/a3c1b7a3f9013970273c2724fa8b38e32062bf8f))
11+
* **snapshot:** snapshot prune command ([#104](https://github.com/runloopai/rl-cli/issues/104)) ([b3479fe](https://github.com/runloopai/rl-cli/commit/b3479febb985f89ca1fdbdd672facb46e3af75be))
12+
13+
14+
### Bug Fixes
15+
16+
* **benchmark:** scenario status in run view and some additional tweaks ([#98](https://github.com/runloopai/rl-cli/issues/98)) ([ca77634](https://github.com/runloopai/rl-cli/commit/ca77634bbfbb6b94326be76193a9a1de51017eeb))
17+
* **blueprint:** adding delete ([#111](https://github.com/runloopai/rl-cli/issues/111)) ([0658932](https://github.com/runloopai/rl-cli/commit/0658932a340b4c6268bf74ea6afca51276c130d8))
18+
* **blueprint:** handled blueprint queued state ([#100](https://github.com/runloopai/rl-cli/issues/100)) ([a77e558](https://github.com/runloopai/rl-cli/commit/a77e558dfd51164e3ebe1df0abb9c0a0d273aab9))
19+
* **devbox:** gateway config create bug ([#110](https://github.com/runloopai/rl-cli/issues/110)) ([6e7e8c4](https://github.com/runloopai/rl-cli/commit/6e7e8c4f7a23b3e5192330ec02bfda529f17b836))
20+
* **secret:** obscure secret value entry within tui ([#86](https://github.com/runloopai/rl-cli/issues/86)) ([8697e5c](https://github.com/runloopai/rl-cli/commit/8697e5c94d6f24af00c02e2f9a09af32c3c3b35a))
21+
* upgrades a dependency with an override ([#94](https://github.com/runloopai/rl-cli/issues/94)) ([c7f9398](https://github.com/runloopai/rl-cli/commit/c7f93983c1b944aa30b50922707a03b762430668))
22+
323
## [1.8.0](https://github.com/runloopai/rl-cli/compare/v1.7.1...v1.8.0) (2026-01-28)
424

525

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

0 commit comments

Comments
 (0)