Skip to content

Commit 7ab18e7

Browse files
chore(main): release 1.4.0
1 parent b7eef5d commit 7ab18e7

4 files changed

Lines changed: 18 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-
".": "1.3.0"
2+
".": "1.4.0"
33
}
44

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/runloopai/rl-cli/compare/v1.3.0...v1.4.0) (2026-01-23)
4+
5+
6+
### Features
7+
8+
* **blueprint:** from dockerfile support for rli ([#59](https://github.com/runloopai/rl-cli/issues/59)) ([b7eef5d](https://github.com/runloopai/rl-cli/commit/b7eef5db8ab849933b08776d5453f96da2c558dc))
9+
10+
11+
### Bug Fixes
12+
13+
* **blueprint:** showing blueprint failure reason in detail page ([#55](https://github.com/runloopai/rl-cli/issues/55)) ([0352649](https://github.com/runloopai/rl-cli/commit/0352649ade4bcf8298195286532fffca8962cb3a))
14+
* create screens now allow enter to trigger the create ([#57](https://github.com/runloopai/rl-cli/issues/57)) ([f2a872e](https://github.com/runloopai/rl-cli/commit/f2a872eee5fcac55d86bba262ee8246135ced9e9))
15+
* resovled red flash bug during navigation ([#58](https://github.com/runloopai/rl-cli/issues/58)) ([9e003f9](https://github.com/runloopai/rl-cli/commit/9e003f9f0b116307288fa933a12a31d4e29cd682))
16+
317
## [1.3.0](https://github.com/runloopai/rl-cli/compare/v1.2.0...v1.3.0) (2026-01-23)
418

519

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

0 commit comments

Comments
 (0)