Skip to content

Commit 6d14945

Browse files
release: 0.2.0
1 parent 4431915 commit 6d14945

4 files changed

Lines changed: 26 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.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## 0.2.0 (2025-12-15)
4+
5+
Full Changelog: [v0.1.0...v0.2.0](https://github.com/togethercomputer/together-go/compare/v0.1.0...v0.2.0)
6+
7+
### Features
8+
9+
* **api:** Add fine_tuning.estimate_price api ([b6e4290](https://github.com/togethercomputer/together-go/commit/b6e4290ad67ad0ef0fb13c1dea0e0c10cb4b759d))
10+
* **api:** api update ([53b002f](https://github.com/togethercomputer/together-go/commit/53b002f2b43da5c0feb8622783bdef9150b07b81))
11+
* **api:** api update ([68e2d56](https://github.com/togethercomputer/together-go/commit/68e2d565b2db089b39dfa66b7f99e42aa430c157))
12+
* **encoder:** support bracket encoding form-data object members ([9388a38](https://github.com/togethercomputer/together-go/commit/9388a380b64304e89df132c10edf376072c1dc0e))
13+
14+
15+
### Bug Fixes
16+
17+
* **mcp:** correct code tool API endpoint ([895a603](https://github.com/togethercomputer/together-go/commit/895a60327fc7a1143124988e2cb11afbf555b2da))
18+
* rename param to avoid collision ([0e29655](https://github.com/togethercomputer/together-go/commit/0e29655600600ea2f8852e4ed8fc59dfe6a8170a))
19+
20+
21+
### Chores
22+
23+
* elide duplicate aliases ([b75b29f](https://github.com/togethercomputer/together-go/commit/b75b29f189639c8e6f7bf2e0518fe3569e96d98d))
24+
* **internal:** codegen related update ([0d6799b](https://github.com/togethercomputer/together-go/commit/0d6799b6e759b37a402a2b52cf6bdd75afc634e7))
25+
326
## 0.1.0 (2025-12-05)
427

528
Full Changelog: [v0.1.0-alpha.3...v0.1.0](https://github.com/togethercomputer/together-go/compare/v0.1.0-alpha.3...v0.1.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Or to pin the version:
2828
<!-- x-release-please-start-version -->
2929

3030
```sh
31-
go get -u 'github.com/togethercomputer/together-go@v0.1.0'
31+
go get -u 'github.com/togethercomputer/together-go@v0.2.0'
3232
```
3333

3434
<!-- x-release-please-end -->

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "0.1.0" // x-release-please-version
5+
const PackageVersion = "0.2.0" // x-release-please-version

0 commit comments

Comments
 (0)