Skip to content

Commit 4d80361

Browse files
release: 0.41.0
1 parent ad924d9 commit 4d80361

4 files changed

Lines changed: 29 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.40.0"
2+
".": "0.41.0"
33
}

CHANGELOG.md

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

3+
## 0.41.0 (2026-05-12)
4+
5+
Full Changelog: [v0.40.0...v0.41.0](https://github.com/togethercomputer/together-typescript/compare/v0.40.0...v0.41.0)
6+
7+
### Features
8+
9+
* **api:** Integrate fine_tuning.list_metrics from stainless ([08c66e8](https://github.com/togethercomputer/together-typescript/commit/08c66e8043be75831ffa0dbbffd1c174563204f6))
10+
11+
12+
### Bug Fixes
13+
14+
* **types:** restrict endpoint to specific values in batches create ([c65be59](https://github.com/togethercomputer/together-typescript/commit/c65be590b14e2da807110160e6d87f07b7c5ff55))
15+
16+
17+
### Chores
18+
19+
* temp deletion ([a89bc6a](https://github.com/togethercomputer/together-typescript/commit/a89bc6a4ad3973bdd5c69f72d9b2c0e54fcb9c0d))
20+
* temp undeletion ([ad924d9](https://github.com/togethercomputer/together-typescript/commit/ad924d976a9d1e79119db8aef2ae7667033e6ea6))
21+
22+
23+
### Documentation
24+
25+
* **api:** clarify max_seq_length parameter documentation in fine-tuning ([adc6bbf](https://github.com/togethercomputer/together-typescript/commit/adc6bbf87b396fe14898c92ae4ddad941b78ad37))
26+
* **api:** clarify suffix parameter max length in fine-tuning ([1dd29f9](https://github.com/togethercomputer/together-typescript/commit/1dd29f9f54e659b3f39b9f8b0e20f53eb6623216))
27+
* **api:** improve docstring clarity and grammar across resources ([3fff4b6](https://github.com/togethercomputer/together-typescript/commit/3fff4b65ebf0a6e409a1325f4b0c39ccb453526a))
28+
329
## 0.40.0 (2026-05-11)
430

531
Full Changelog: [v0.39.0...v0.40.0](https://github.com/togethercomputer/together-typescript/compare/v0.39.0...v0.40.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.40.0",
3+
"version": "0.41.0",
44
"description": "The official TypeScript library for the Together API",
55
"author": "Together <dev-feedback@TogetherAI.com>",
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.40.0'; // x-release-please-version
1+
export const VERSION = '0.41.0'; // x-release-please-version

0 commit comments

Comments
 (0)