Skip to content

Commit 017d9ff

Browse files
release: 1.27.1
1 parent 9acaf1b commit 017d9ff

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
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-
".": "1.27.0"
2+
".": "1.27.1"
33
}

CHANGELOG.md

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

3+
## 1.27.1 (2026-03-18)
4+
5+
Full Changelog: [v1.27.0...v1.27.1](https://github.com/anthropics/anthropic-sdk-go/compare/v1.27.0...v1.27.1)
6+
7+
### Chores
8+
9+
* **internal:** regenerate SDK with no functional changes ([c963fd0](https://github.com/anthropics/anthropic-sdk-go/commit/c963fd0fd1e591bfd572f100a3a444ba40fe4ad4))
10+
* **internal:** tweak CI branches ([95e3410](https://github.com/anthropics/anthropic-sdk-go/commit/95e3410a6892afae8b1b4631d05b5bfd4bf12eb2))
11+
312
## 1.27.0 (2026-03-16)
413

514
Full Changelog: [v1.26.0...v1.27.0](https://github.com/anthropics/anthropic-sdk-go/compare/v1.26.0...v1.27.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Or explicitly add the dependency:
2929
<!-- x-release-please-start-version -->
3030

3131
```sh
32-
go get -u 'github.com/anthropics/anthropic-sdk-go@v1.27.0'
32+
go get -u 'github.com/anthropics/anthropic-sdk-go@v1.27.1'
3333
```
3434

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

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "1.27.0" // x-release-please-version
5+
const PackageVersion = "1.27.1" // x-release-please-version

0 commit comments

Comments
 (0)