Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.4.0"
".": "0.5.0"
}

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [0.5.0](https://github.com/runloopai/rl-cli-node/compare/v0.4.0...v0.5.0) (2026-01-08)


### Features

* **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))
* 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))
* **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))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runloop/rl-cli",
"version": "0.4.0",
"version": "0.5.0",
"description": "Beautiful CLI for the Runloop platform",
"type": "module",
"bin": {
Expand Down