From 05dc7e291aa17994d3304859ea3e1a955c68249b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 19:00:48 +0000 Subject: [PATCH 1/2] release: 0.51.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index febc17a4..75d439ac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.50.0" + ".": "0.51.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a02ef6bb..4bd4ef56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.51.0](https://github.com/togethercomputer/together-typescript/compare/v0.50.0...v0.51.0) (2026-09-08) + + +### Features + +* expose RL GPU configurations in OpenAPI ([0f85a76](https://github.com/togethercomputer/together-typescript/commit/0f85a76c357c2ecd9ac7b28d0c469270009ee961)) +* expose RL session policy state ([36a0bd7](https://github.com/togethercomputer/together-typescript/commit/36a0bd78b929ae0d5543fcb48505f8abf6d5a0ca)) +* **rl:** add forward-backward loss function outputs ([86a3730](https://github.com/togethercomputer/together-typescript/commit/86a3730b46de2a4e0ef8951c5c9d1e5007abc29e)) +* sync rollout step states in OpenAPI ([41f00f5](https://github.com/togethercomputer/together-typescript/commit/41f00f59a1fe2ab08fb79f5c09d6bdf83b1c483f)) + + +### Documentation + +* sync rollout landing ceiling OpenAPI description ([7a64eb0](https://github.com/togethercomputer/together-typescript/commit/7a64eb0a9c99bb172d70e12e2cc4a53367602e32)) +* sync rollout metric gate OpenAPI docs ([0f68ffd](https://github.com/togethercomputer/together-typescript/commit/0f68ffdb85e33c07d338b7334a95e0f9d34d0f1d)) + ## [0.50.0](https://github.com/togethercomputer/together-typescript/compare/v0.49.0...v0.50.0) (2026-08-27) diff --git a/package.json b/package.json index 0bebec79..26d9ecf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "together-ai", - "version": "0.50.0", + "version": "0.51.0", "description": "The official TypeScript library for the Together API", "author": "Together ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 049e29ec..7768f744 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.50.0'; // x-release-please-version +export const VERSION = '0.51.0'; // x-release-please-version From c9d3fc79ce1892e95fbbae3c04b0aeb46c8a62ad Mon Sep 17 00:00:00 2001 From: Blaine Kasten Date: Tue, 8 Sep 2026 14:08:11 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd4ef56..04cd0f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,13 @@ ### Features -* expose RL GPU configurations in OpenAPI ([0f85a76](https://github.com/togethercomputer/together-typescript/commit/0f85a76c357c2ecd9ac7b28d0c469270009ee961)) -* expose RL session policy state ([36a0bd7](https://github.com/togethercomputer/together-typescript/commit/36a0bd78b929ae0d5543fcb48505f8abf6d5a0ca)) -* **rl:** add forward-backward loss function outputs ([86a3730](https://github.com/togethercomputer/together-typescript/commit/86a3730b46de2a4e0ef8951c5c9d1e5007abc29e)) -* sync rollout step states in OpenAPI ([41f00f5](https://github.com/togethercomputer/together-typescript/commit/41f00f59a1fe2ab08fb79f5c09d6bdf83b1c483f)) +* **rollouts:** Add new step states enum values ([41f00f5](https://github.com/togethercomputer/together-typescript/commit/41f00f59a1fe2ab08fb79f5c09d6bdf83b1c483f)) ### Documentation -* sync rollout landing ceiling OpenAPI description ([7a64eb0](https://github.com/togethercomputer/together-typescript/commit/7a64eb0a9c99bb172d70e12e2cc4a53367602e32)) -* sync rollout metric gate OpenAPI docs ([0f68ffd](https://github.com/togethercomputer/together-typescript/commit/0f68ffdb85e33c07d338b7334a95e0f9d34d0f1d)) +* **rollouts:** Update description for landing ceiling ([7a64eb0](https://github.com/togethercomputer/together-typescript/commit/7a64eb0a9c99bb172d70e12e2cc4a53367602e32)) +* **rollouts:** Update descriptions for metric gates ([0f68ffd](https://github.com/togethercomputer/together-typescript/commit/0f68ffdb85e33c07d338b7334a95e0f9d34d0f1d)) ## [0.50.0](https://github.com/togethercomputer/together-typescript/compare/v0.49.0...v0.50.0) (2026-08-27)