Skip to content

Commit c01ac1c

Browse files
release: 0.4.0
1 parent 37270b4 commit c01ac1c

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## 0.4.0 (2026-08-20)
4+
5+
Full Changelog: [v0.3.0...v0.4.0](https://github.com/lumalabs/luma-agents-cli/compare/v0.3.0...v0.4.0)
6+
7+
### Features
8+
9+
* **api:** add files endpoints and file_id support to generations ([a5fde83](https://github.com/lumalabs/luma-agents-cli/commit/a5fde83d98b7d9b1bbd28733e383c8fd216ce16d))
10+
* **api:** add guide_frame parameter to video generation ([53ba1b6](https://github.com/lumalabs/luma-agents-cli/commit/53ba1b68b134f7c784cafd9efcb86c5570897a04))
11+
* **api:** add keyframe_indexes and keyframes parameters to generations video ([c63a4a3](https://github.com/lumalabs/luma-agents-cli/commit/c63a4a3669ae6c1fcc7d50f7b4f7a3f17168457f))
12+
* **api:** add layering parameter to generations create ([b71bf30](https://github.com/lumalabs/luma-agents-cli/commit/b71bf3064b435817dffbaddfaeff20c6709c65a1))
13+
* **stlc:** configurable CI runner and private-production-repo support in workflow templates ([a8bbbdc](https://github.com/lumalabs/luma-agents-cli/commit/a8bbbdcdb5a0d3473953e22951548036a21dde77))
14+
15+
16+
### Chores
17+
18+
* **internal:** allow the mock server port to be set with STAINLESS_MOCK_PORT ([37270b4](https://github.com/lumalabs/luma-agents-cli/commit/37270b4e201fcaaf0819061b1f0a7d14ebd03cf7))
19+
* **internal:** codegen related update ([4b4eb14](https://github.com/lumalabs/luma-agents-cli/commit/4b4eb147a0387b33a74de19ebf6a7cb49a86f953))
20+
* **internal:** codegen related update ([bbd3e0a](https://github.com/lumalabs/luma-agents-cli/commit/bbd3e0a3e2afc67f71411ee50d3478cadbbd0653))
21+
* **internal:** codegen related update ([15a6a53](https://github.com/lumalabs/luma-agents-cli/commit/15a6a534b13104bb0bdb0dd9c6114b1bf5d16854))
22+
323
## 0.3.0 (2026-06-08)
424

525
Full Changelog: [v0.1.4...v0.3.0](https://github.com/lumalabs/luma-agents-cli/compare/v0.1.4...v0.3.0)

pkg/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package cmd
44

5-
const Version = "0.3.0" // x-release-please-version
5+
const Version = "0.4.0" // x-release-please-version

0 commit comments

Comments
 (0)