Skip to content

Commit 3ab8574

Browse files
release: 0.2.0-alpha.12
1 parent 68f9e14 commit 3ab8574

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
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.2.0-alpha.11"
2+
".": "0.2.0-alpha.12"
33
}

CHANGELOG.md

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

3+
## 0.2.0-alpha.12 (2025-02-27)
4+
5+
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)
6+
7+
### Features
8+
9+
* **api:** add URL source blocks for images and PDFs ([#129](https://github.com/anthropics/anthropic-sdk-go/issues/129)) ([589f5dc](https://github.com/anthropics/anthropic-sdk-go/commit/589f5dc44bdcfbec7269dcd0ad94baf72c3876b3))
10+
11+
12+
### Bug Fixes
13+
14+
* Preserve Thinking and Signature fields in Message.ToParam() method ([#128](https://github.com/anthropics/anthropic-sdk-go/issues/128)) ([b67c786](https://github.com/anthropics/anthropic-sdk-go/commit/b67c786b64d3a3903a0dcdc50ceac07fc4a6396a))
15+
16+
17+
### Chores
18+
19+
* **internal:** update spec ([#124](https://github.com/anthropics/anthropic-sdk-go/issues/124)) ([3b3bdad](https://github.com/anthropics/anthropic-sdk-go/commit/3b3bdad4b5038278d26ed1c82e0a37259326c049))
20+
321
## 0.2.0-alpha.11 (2025-02-24)
422

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

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/[email protected].11'
25+
go get -u 'github.com/anthropics/[email protected].12'
2626
```
2727

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

0 commit comments

Comments
 (0)