Skip to content

Commit

Permalink
release: 0.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Aug 7, 2024
1 parent e8c1696 commit 96051c7
Show file tree
Hide file tree
Showing 3 changed files with 29 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.0.1-alpha.0"
".": "0.1.0-alpha.1"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## 0.1.0-alpha.1 (2024-08-07)

Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/anthropics/anthropic-sdk-go/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)

### Features

* publish ([5ff0ff8](https://github.com/anthropics/anthropic-sdk-go/commit/5ff0ff8cc5706c39a6dde75ae69d11c892ef8bb3))
* simplify system prompt ([#3](https://github.com/anthropics/anthropic-sdk-go/issues/3)) ([ebf3286](https://github.com/anthropics/anthropic-sdk-go/commit/ebf328619a02df63f3524cb77d580b69b1820e1f))
* simplify system prompt ([#4](https://github.com/anthropics/anthropic-sdk-go/issues/4)) ([d36a828](https://github.com/anthropics/anthropic-sdk-go/commit/d36a828a3bc58c506073ecdb1f899619cbd0bfe9))


### Bug Fixes

* handle nil pagination responses when HTTP status is 200 ([#2](https://github.com/anthropics/anthropic-sdk-go/issues/2)) ([ad38619](https://github.com/anthropics/anthropic-sdk-go/commit/ad38619dc8095e4022a958f74c7f3285d5d199e1))
* message accumulation with union content block ([870ad38](https://github.com/anthropics/anthropic-sdk-go/commit/870ad38130767c80a5d979e848c897a0481b46b2))


### Chores

* add back custom code ([49f377d](https://github.com/anthropics/anthropic-sdk-go/commit/49f377d7cedf80c16f6915ec226d7fc82d448bdd))


### Documentation

* add examples to README ([e8c1696](https://github.com/anthropics/anthropic-sdk-go/commit/e8c1696b4c18107c5570bd8e5698d4f472b0d26b))
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/anthropic-sdk-go@v0.0.1-alpha.0'
go get -u 'github.com/anthropics/anthropic-sdk-go@v0.1.0-alpha.1'
```

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

0 comments on commit 96051c7

Please sign in to comment.