Skip to content

Commit 724d7ff

Browse files
release: 0.2.0-alpha.13
1 parent 42a3d95 commit 724d7ff

3 files changed

Lines changed: 15 additions & 2 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.2.0-alpha.12"
2+
".": "0.2.0-alpha.13"
33
}

CHANGELOG.md

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

3+
## 0.2.0-alpha.13 (2025-02-28)
4+
5+
Full Changelog: [v0.2.0-alpha.12...v0.2.0-alpha.13](https://github.com/anthropics/anthropic-sdk-go/compare/v0.2.0-alpha.12...v0.2.0-alpha.13)
6+
7+
### Features
8+
9+
* **api:** add support for disabling tool calls ([#133](https://github.com/anthropics/anthropic-sdk-go/issues/133)) ([90f7490](https://github.com/anthropics/anthropic-sdk-go/commit/90f7490774321fdbcadea60c4390244afd5b4c3d))
10+
11+
12+
### Documentation
13+
14+
* update URLs from stainlessapi.com to stainless.com ([#131](https://github.com/anthropics/anthropic-sdk-go/issues/131)) ([334be2b](https://github.com/anthropics/anthropic-sdk-go/commit/334be2b932571846203e0019ee3fe5b551d42c96))
15+
316
## 0.2.0-alpha.12 (2025-02-27)
417

518
Full Changelog: [v0.2.0-alpha.11...v0.2.0-alpha.12](https://github.com/anthropics/anthropic-sdk-go/compare/v0.2.0-alpha.11...v0.2.0-alpha.12)

README.md

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

2424
```sh
25-
go get -u 'github.com/anthropics/anthropic-sdk-go@v0.2.0-alpha.12'
25+
go get -u 'github.com/anthropics/anthropic-sdk-go@v0.2.0-alpha.13'
2626
```
2727

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

0 commit comments

Comments
 (0)