Skip to content

Commit

Permalink
chore: Release v0.1.0 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Letterman <[email protected]>
  • Loading branch information
github-actions[bot] and david-letterman authored Apr 18, 2024
1 parent 23c4ab4 commit 2b34a91
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{".":"0.1.0"}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## 0.1.0 (2024-04-18)


### New features

* Add the initial Anthropic SDK implementation ([#1](https://github.com/unfunco/anthropic-sdk-go/issues/1)) ([b3bf332](https://github.com/unfunco/anthropic-sdk-go/commit/b3bf332e64d75e8485b26a6ecc609a497f183cbd))


### Miscellaneous

* Add an update-user-agent composite action ([#7](https://github.com/unfunco/anthropic-sdk-go/issues/7)) ([5cf68b7](https://github.com/unfunco/anthropic-sdk-go/commit/5cf68b7f966da669477f3d2412a10d189489de3f))
* Add some repository boilerplate ([bfb93b6](https://github.com/unfunco/anthropic-sdk-go/commit/bfb93b6023bb9369ef42fc1fc2d28172b9a35d2c))
* Apply the MIT license and add a README ([1f87886](https://github.com/unfunco/anthropic-sdk-go/commit/1f87886531a5c17a06c60a646ea0771872144686))
* Configure an initial release process ([#2](https://github.com/unfunco/anthropic-sdk-go/issues/2)) ([b49ea86](https://github.com/unfunco/anthropic-sdk-go/commit/b49ea8602d1ca2c033a761cf7ad2ca20bc26fe7d))
* Improve documentation in source files ([#4](https://github.com/unfunco/anthropic-sdk-go/issues/4)) ([8124555](https://github.com/unfunco/anthropic-sdk-go/commit/8124555f31e647f6de0d4a236b27dfb9324970a5))
* Improve installation and usage instructions ([#9](https://github.com/unfunco/anthropic-sdk-go/issues/9)) ([23c4ab4](https://github.com/unfunco/anthropic-sdk-go/commit/23c4ab4f32c3347f062944270f85c580813ea66c))
* Initialise the repository ([c2b5cc2](https://github.com/unfunco/anthropic-sdk-go/commit/c2b5cc271f4deec7c6f5671a467130be96754b8a))
* Push version changes to the release branch ([#6](https://github.com/unfunco/anthropic-sdk-go/issues/6)) ([2d5abaf](https://github.com/unfunco/anthropic-sdk-go/commit/2d5abaf1b589609c2325cc767f51015c0eb78fc5))
* Reformat the LICENSE.md document ([#8](https://github.com/unfunco/anthropic-sdk-go/issues/8)) ([725d14a](https://github.com/unfunco/anthropic-sdk-go/commit/725d14ac813b34225a5e282280d0f3d2736c6c8a))
* Update version when releases are published ([#5](https://github.com/unfunco/anthropic-sdk-go/issues/5)) ([82fe560](https://github.com/unfunco/anthropic-sdk-go/commit/82fe56045cb9fd2e09891a523d92dbcf5bc5d9a9))
2 changes: 1 addition & 1 deletion anthropic.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
const (
defaultAPIVersion = "2023-06-01"
defaultBaseURL = "https://api.anthropic.com/v1/"
defaultUserAgent = "unfunco/anthropic-sdk-go@v0.0.0"
defaultUserAgent = "unfunco/anthropic-sdk-go@v0.1.0"
)

// Client manages communication with the Anthropic REST API.
Expand Down

0 comments on commit 2b34a91

Please sign in to comment.