Skip to content

Commit 6532874

Browse files
release: 0.15.2
1 parent e2376c8 commit 6532874

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.15.1"
2+
".": "0.15.2"
33
}

CHANGELOG.md

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

3+
## 0.15.2 (2025-04-25)
4+
5+
Full Changelog: [v0.15.1...v0.15.2](https://github.com/togethercomputer/together-typescript/compare/v0.15.1...v0.15.2)
6+
7+
### Features
8+
9+
* **api:** api update ([bf9d03a](https://github.com/togethercomputer/together-typescript/commit/bf9d03adb1c2a740d84ac5354a49cc78edfde151))
10+
11+
12+
### Chores
13+
14+
* **ci:** only use depot for staging repos ([41fd7ce](https://github.com/togethercomputer/together-typescript/commit/41fd7ce4f36b7aa27a89d428af5e5db4a7148b47))
15+
* **ci:** run on more branches and use depot runners ([c20d3fa](https://github.com/togethercomputer/together-typescript/commit/c20d3fa634251b49415362a42350da54fd9be771))
16+
317
## 0.15.1 (2025-04-22)
418

519
Full Changelog: [v0.15.0...v0.15.1](https://github.com/togethercomputer/together-typescript/compare/v0.15.0...v0.15.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "together-ai",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"description": "The official TypeScript library for the Together API",
55
"author": "Together <[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.15.1'; // x-release-please-version
1+
export const VERSION = '0.15.2'; // x-release-please-version

0 commit comments

Comments
 (0)