Skip to content

Commit f562fdc

Browse files
release: 0.30.0
1 parent c246e91 commit f562fdc

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.29.0"
2+
".": "0.30.0"
33
}

CHANGELOG.md

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

3+
## 0.30.0 (2025-10-31)
4+
5+
Full Changelog: [v0.29.0...v0.30.0](https://github.com/togethercomputer/together-typescript/compare/v0.29.0...v0.30.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **api:** The default max retries for api calls has changed from 5 to 2. This may result in more frequent non-200 responses.
10+
11+
### Features
12+
13+
* **api:** Change the default max retries from 5 to 2 ([c246e91](https://github.com/togethercomputer/together-typescript/commit/c246e9101537576a1d499465f2d70ff3366d9816))
14+
315
## 0.29.0 (2025-10-30)
416

517
Full Changelog: [v0.28.0...v0.29.0](https://github.com/togethercomputer/together-typescript/compare/v0.28.0...v0.29.0)

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.29.0",
3+
"version": "0.30.0",
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.29.0'; // x-release-please-version
1+
export const VERSION = '0.30.0'; // x-release-please-version

0 commit comments

Comments
 (0)