Skip to content

Commit 70f5ec7

Browse files
chore: Release v0.1.1
1 parent 5c1335c commit 70f5ec7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.0"}
1+
{".":"0.1.1"}

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/unfunco/anthropic-sdk-go/compare/v0.1.0...v0.1.1) (2024-05-04)
4+
5+
6+
### Bug fixes
7+
8+
* Fix an ineffectual assignment to err ([#11](https://github.com/unfunco/anthropic-sdk-go/issues/11)) ([fdf2a64](https://github.com/unfunco/anthropic-sdk-go/commit/fdf2a64a04274d1b5aafd7a643462aca4cd8bfe0))
9+
* Fix name of the claude-3-haiku-20240307 const ([#13](https://github.com/unfunco/anthropic-sdk-go/issues/13)) ([430676d](https://github.com/unfunco/anthropic-sdk-go/commit/430676de0a1c718f76dcf948dc6d09cc7e1171bd))
10+
11+
12+
### Miscellaneous
13+
14+
* Add workflow badges to the README ([#15](https://github.com/unfunco/anthropic-sdk-go/issues/15)) ([059718d](https://github.com/unfunco/anthropic-sdk-go/commit/059718d9b917acf5bf67d1acdad10d5f04fd7ff2))
15+
* Automatically add labels to pull requests ([#17](https://github.com/unfunco/anthropic-sdk-go/issues/17)) ([5c1335c](https://github.com/unfunco/anthropic-sdk-go/commit/5c1335ca51aeb7bdb4d0dc7c73ed72114ca2dc65))
16+
* Configure golangci-lint in GitHub Actions ([#10](https://github.com/unfunco/anthropic-sdk-go/issues/10)) ([83b8766](https://github.com/unfunco/anthropic-sdk-go/commit/83b8766c74f0058da0446619279e3db0ec3cb41e))
17+
* Reformat code in the README document ([#14](https://github.com/unfunco/anthropic-sdk-go/issues/14)) ([696f732](https://github.com/unfunco/anthropic-sdk-go/commit/696f732979b4d2903b2d45ce911d0393264511ee))
18+
* Simplify user-agent and version updates ([#16](https://github.com/unfunco/anthropic-sdk-go/issues/16)) ([9ebd683](https://github.com/unfunco/anthropic-sdk-go/commit/9ebd683211c4f13800a69f4bf6f15c5b65cde5fc))
19+
320
## 0.1.0 (2024-04-18)
421

522

0 commit comments

Comments
 (0)