Skip to content

Commit 6fd73f8

Browse files
chore(main): release 0.5.0
1 parent fe584de commit 6fd73f8

4 files changed

Lines changed: 14 additions & 4 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-
".": "0.4.0"
2+
".": "0.5.0"
33
}
44

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## [0.5.0](https://github.com/runloopai/rl-cli-node/compare/v0.4.0...v0.5.0) (2026-01-08)
4+
5+
6+
### Features
7+
8+
* **blueprint:** automatically navigate to new devbox created from blueprint list page ([#18](https://github.com/runloopai/rl-cli-node/issues/18)) ([0c76cc0](https://github.com/runloopai/rl-cli-node/commit/0c76cc0f24c439837bfc474c71f13853b607a81f))
9+
* cli can update itself when prompted ([#21](https://github.com/runloopai/rl-cli-node/issues/21)) ([fe584de](https://github.com/runloopai/rl-cli-node/commit/fe584de75c3921c418c00b9e074e21842fcdd0ba))
10+
* **snapshot:** snapshot list view actions now allows for devbox creation from snapshot ([#15](https://github.com/runloopai/rl-cli-node/issues/15)) ([19c5382](https://github.com/runloopai/rl-cli-node/commit/19c53829218cbdeedf7486fc28a43f5e98efe335))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)