Skip to content

Commit a738c34

Browse files
chore(main): release 1.9.1
1 parent 5c9b884 commit a738c34

3 files changed

Lines changed: 10 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.9.1"
33
}
44

CHANGELOG.md

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

3+
## [1.9.1](https://github.com/runloopai/rl-cli/compare/v1.9.0...v1.9.1) (2026-02-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* gateway cli improvements ([#113](https://github.com/runloopai/rl-cli/issues/113)) ([ad33a02](https://github.com/runloopai/rl-cli/commit/ad33a0276a2954c6c0edc4ab7f076047d530ae5d))
10+
311
## [1.9.0](https://github.com/runloopai/rl-cli/compare/v1.8.0...v1.9.0) (2026-02-10)
412

513

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

0 commit comments

Comments
 (0)