Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit 73cd9be

Browse files
release: 0.3.0
1 parent 8af6df8 commit 73cd9be

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.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.2.17"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3+
## 0.3.0 (2025-08-12)
4+
5+
Full Changelog: [v0.2.17...v0.3.0](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.17...v0.3.0)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([7cf0786](https://github.com/llamastack/llama-stack-client-typescript/commit/7cf0786e73360062d59f0c329383cc419bb14c3b))
10+
* **api:** update via SDK Studio ([add2c59](https://github.com/llamastack/llama-stack-client-typescript/commit/add2c593baa8bb791cafbb129d5e0b5669aa6e98))
11+
* **api:** update via SDK Studio ([e402b8d](https://github.com/llamastack/llama-stack-client-typescript/commit/e402b8ddccbea7197c186b7ceab2c346045962c1))
12+
* **api:** update via SDK Studio ([2185339](https://github.com/llamastack/llama-stack-client-typescript/commit/21853392ad1c0a9c829405eeb0ece6504dd1be70))
13+
* **api:** update via SDK Studio ([4a43a8f](https://github.com/llamastack/llama-stack-client-typescript/commit/4a43a8ff19d7e1ea175ed528dc562e6308ced95f))
14+
* **api:** update via SDK Studio ([fa60dbf](https://github.com/llamastack/llama-stack-client-typescript/commit/fa60dbfdc63e9ed638946efca0d4d02954909df9))
15+
* **api:** update via SDK Studio ([afda79e](https://github.com/llamastack/llama-stack-client-typescript/commit/afda79e99224af2f2c78d9190d21d46ebc59dc94))
16+
17+
18+
### Chores
19+
20+
* **internal:** move publish config ([e8eff1a](https://github.com/llamastack/llama-stack-client-typescript/commit/e8eff1a0c8853dff423d10f9701b26c24b8e904b))
21+
* **internal:** update comment in script ([4fff100](https://github.com/llamastack/llama-stack-client-typescript/commit/4fff100b23c168e986583d4b1a98303dbf0eba95))
22+
* update @stainless-api/prism-cli to v5.15.0 ([12e10b3](https://github.com/llamastack/llama-stack-client-typescript/commit/12e10b3610a405534328d835dc30d9b522cb1d31))
23+
324
## 0.2.17 (2025-08-06)
425

526
Full Changelog: [v0.2.15...v0.2.17](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.15...v0.2.17)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llama-stack-client",
3-
"version": "0.2.17",
3+
"version": "0.3.0",
44
"description": "The official TypeScript library for the Llama Stack Client API",
55
"author": "Llama Stack Client <[email protected]>",
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.2.17'; // x-release-please-version
1+
export const VERSION = '0.3.0'; // x-release-please-version

0 commit comments

Comments
 (0)