Skip to content

Commit 09e42af

Browse files
release: 0.34.0
1 parent 9e6e699 commit 09e42af

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-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.33.0"
2+
".": "0.34.0"
33
}

CHANGELOG.md

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

3+
## 0.34.0 (2025-12-16)
4+
5+
Full Changelog: [v0.33.0...v0.34.0](https://github.com/togethercomputer/together-typescript/compare/v0.33.0...v0.34.0)
6+
7+
### Features
8+
9+
* **api:** Add fine_tuning.estimate_price api ([5bc345a](https://github.com/togethercomputer/together-typescript/commit/5bc345adce35d357415fc7df4d98891c992ece7a))
10+
* **api:** api update ([45fab63](https://github.com/togethercomputer/together-typescript/commit/45fab633cea650b044caedc9ccb038db789b233c))
11+
* **api:** api update ([ed3cd71](https://github.com/togethercomputer/together-typescript/commit/ed3cd7178317fcca2bee85925e091015dc5c0bd9))
12+
* **api:** api update ([fa70d77](https://github.com/togethercomputer/together-typescript/commit/fa70d7798bba67820b9a9a1b5623ea9fd14ffca0))
13+
* **files:** add support for string alternative to file upload type ([94f6844](https://github.com/togethercomputer/together-typescript/commit/94f6844d669e2ecc438737b7f53b1cdedbc634b6))
14+
15+
16+
### Bug Fixes
17+
18+
* **mcp:** correct code tool API endpoint ([d56a0f6](https://github.com/togethercomputer/together-typescript/commit/d56a0f64679a585ecfa69e4b7e0a4a56fda4a48d))
19+
* **mcp:** return correct lines on typescript errors ([be827cf](https://github.com/togethercomputer/together-typescript/commit/be827cf5523958f65849c87fcf9b6631f697b1aa))
20+
21+
22+
### Chores
23+
24+
* internal - format ([df4bf75](https://github.com/togethercomputer/together-typescript/commit/df4bf75596ddddaef7e24e8fdc0867a5cf06fb6d))
25+
* **internal:** codegen related update ([1862dd3](https://github.com/togethercomputer/together-typescript/commit/1862dd356c5c6803bdbd9bf5bf5c031f949021b0))
26+
* **internal:** codegen related update ([b04ce10](https://github.com/togethercomputer/together-typescript/commit/b04ce101c30274e1fac82d521d9508081e1d9ed8))
27+
328
## 0.33.0 (2025-12-04)
429

530
Full Changelog: [v0.32.0...v0.33.0](https://github.com/togethercomputer/together-typescript/compare/v0.32.0...v0.33.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.33.0",
3+
"version": "0.34.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.33.0'; // x-release-please-version
1+
export const VERSION = '0.34.0'; // x-release-please-version

0 commit comments

Comments
 (0)