Skip to content

Commit 253dfb3

Browse files
chore(main): release 1.10.0 (#114)
🤖 I have created a release *beep* *boop* --- ## [1.10.0](v1.9.0...v1.10.0) (2026-02-14) ### Features * **devbox:** allow tunnel config interactive, show tunnel in info ([#102](#102)) ([7f073d4](7f073d4)) ### Bug Fixes * **devbox:** scp command improved to allow for src or dest to be devboxes ([#109](#109)) ([5c9b884](5c9b884)) * gateway cli improvements ([#113](#113)) ([ad33a02](ad33a02)) --- 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 7f073d4 commit 253dfb3

3 files changed

Lines changed: 15 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.9.0"
2+
".": "1.10.0"
33
}
44

CHANGELOG.md

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

3+
## [1.10.0](https://github.com/runloopai/rl-cli/compare/v1.9.0...v1.10.0) (2026-02-14)
4+
5+
6+
### Features
7+
8+
* **devbox:** allow tunnel config interactive, show tunnel in info ([#102](https://github.com/runloopai/rl-cli/issues/102)) ([7f073d4](https://github.com/runloopai/rl-cli/commit/7f073d412bf3ba855500e743dd72e9db80cdbfa9))
9+
10+
11+
### Bug Fixes
12+
13+
* **devbox:** scp command improved to allow for src or dest to be devboxes ([#109](https://github.com/runloopai/rl-cli/issues/109)) ([5c9b884](https://github.com/runloopai/rl-cli/commit/5c9b88490cf61e8e4e4d9e1c2d6be37882d51c06))
14+
* gateway cli improvements ([#113](https://github.com/runloopai/rl-cli/issues/113)) ([ad33a02](https://github.com/runloopai/rl-cli/commit/ad33a0276a2954c6c0edc4ab7f076047d530ae5d))
15+
316
## [1.9.0](https://github.com/runloopai/rl-cli/compare/v1.8.0...v1.9.0) (2026-02-10)
417

518

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

0 commit comments

Comments
 (0)