Skip to content

Commit 7a62f1e

Browse files
release: 0.4.0
1 parent f438f4a commit 7a62f1e

4 files changed

Lines changed: 27 additions & 3 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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 0.4.0 (2025-11-06)
4+
5+
Full Changelog: [v0.3.0...v0.4.0](https://github.com/droidrun/cloud-sdk-typescript/compare/v0.3.0...v0.4.0)
6+
7+
### Features
8+
9+
* **api:** add TaskTrajectoryDecoderStream utility to transform raw into typed event stream ([0b60022](https://github.com/droidrun/cloud-sdk-typescript/commit/0b60022ab47eefec9d2e0f09e76d868e38b9cfc0))
10+
* **api:** api update ([f438f4a](https://github.com/droidrun/cloud-sdk-typescript/commit/f438f4a74abf0dd084ef01a4106d662df25f89f3))
11+
* **api:** api update ([46a46b6](https://github.com/droidrun/cloud-sdk-typescript/commit/46a46b6df4e0d2066157fa003da3c63f669a3b11))
12+
* **api:** api update ([e77ccaa](https://github.com/droidrun/cloud-sdk-typescript/commit/e77ccaacac8ec5b8293045517619bc8d129c0a0e))
13+
* **api:** api update ([c10dbab](https://github.com/droidrun/cloud-sdk-typescript/commit/c10dbab3f8803a9e14cd6941c50fccf9551b00b7))
14+
* **api:** api update ([44dd4db](https://github.com/droidrun/cloud-sdk-typescript/commit/44dd4db2aec11df1df896c2f088b27f29e854519))
15+
* **api:** api update ([05ffd13](https://github.com/droidrun/cloud-sdk-typescript/commit/05ffd13b41a8021517be492fc049e0bfff273bb5))
16+
* **api:** manual spec updates ([c71eecf](https://github.com/droidrun/cloud-sdk-typescript/commit/c71eecf1792815e8c84ce61b88a9fd0ce84ec693))
17+
* **api:** manual updates ([f387587](https://github.com/droidrun/cloud-sdk-typescript/commit/f387587d77301594fe10380061211b44642369ed))
18+
* **api:** manual updates ([0b7d023](https://github.com/droidrun/cloud-sdk-typescript/commit/0b7d023a632cca4ac7ecf77bcf0be326ca37fe82))
19+
* **api:** manual updates ([4e0ed1c](https://github.com/droidrun/cloud-sdk-typescript/commit/4e0ed1c3d172d0453c23579034cb0b5dd98912b4))
20+
* **api:** update task schema ([ddadbbf](https://github.com/droidrun/cloud-sdk-typescript/commit/ddadbbfeffbe8f5f05773d8cee5ccfeb4e21f375))
21+
22+
23+
### Chores
24+
25+
* **config:** set package manager to pnpm & allow sdk usage in browser ([91f3a3d](https://github.com/droidrun/cloud-sdk-typescript/commit/91f3a3dea054f8138037a1de8e21b00efd2c7a22))
26+
327
## 0.3.0 (2025-10-17)
428

529
Full Changelog: [v0.2.0...v0.3.0](https://github.com/droidrun/cloud-sdk-typescript/compare/v0.2.0...v0.3.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "droidrun-cloud",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "The official TypeScript library for the Droidrun Cloud API",
55
"author": "Droidrun Cloud <timo@droidrun.ai>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.3.0'; // x-release-please-version
1+
export const VERSION = '0.4.0'; // x-release-please-version

0 commit comments

Comments
 (0)