Skip to content

Commit

Permalink
release: 0.2.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Oct 22, 2024
1 parent 3a40caa commit 7bdd948
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0-alpha.2"
".": "0.2.0-alpha.3"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.2.0-alpha.3 (2024-10-22)

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

### Features

* **api:** add new model and `computer-use-2024-10-22` beta ([#37](https://github.com/anthropics/anthropic-sdk-go/issues/37)) ([a520abe](https://github.com/anthropics/anthropic-sdk-go/commit/a520abeedd326cea2161166cd2259345c15a82e4))


### Chores

* **api:** add title ([#34](https://github.com/anthropics/anthropic-sdk-go/issues/34)) ([2b96326](https://github.com/anthropics/anthropic-sdk-go/commit/2b96326e58bb7179d21476f9ce1a550664f13a38))
* **internal:** update spec ([#36](https://github.com/anthropics/anthropic-sdk-go/issues/36)) ([a735bf7](https://github.com/anthropics/anthropic-sdk-go/commit/a735bf7e7872c8cc3ee08e57167860270e6cdba6))

## 0.2.0-alpha.2 (2024-10-17)

Full Changelog: [v0.2.0-alpha.1...v0.2.0-alpha.2](https://github.com/anthropics/anthropic-sdk-go/compare/v0.2.0-alpha.1...v0.2.0-alpha.2)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/anthropics/[email protected].2'
go get -u 'github.com/anthropics/[email protected].3'
```

<!-- x-release-please-end -->
Expand Down

0 comments on commit 7bdd948

Please sign in to comment.