diff --git a/.release-please-manifest.json b/.release-please-manifest.json index de0960a..ffb929a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.0" + ".": "1.12.1" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 82f3ca0..b3a3f2f 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 116 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic/anthropic-3368ac7f3ae66514b5e46832c85918a6ea36e95c0efe98e0955c4455dd57a6b8.yml -openapi_spec_hash: 255cf18e4e19ab1ab5cdc52717abe558 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic/anthropic-5ce93251152bd7c4c288dacdf5a445383825ba50bc472ff9e9821ee9455e3564.yml +openapi_spec_hash: 989d596f7660ce55a7cea748a9292b45 config_hash: 44acd8a997dff056931fb4466201cdeb diff --git a/CHANGELOG.md b/CHANGELOG.md index 863db70..cb71022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.12.1 (2026-06-10) + +Full Changelog: [v1.12.0...v1.12.1](https://github.com/anthropics/anthropic-cli/compare/v1.12.0...v1.12.1) + +### Bug Fixes + +* **api:** add `frontier_llm` refusal category ([#10](https://github.com/anthropics/anthropic-cli/issues/10)) ([7144269](https://github.com/anthropics/anthropic-cli/commit/71442696ce0fe6ad3da8128aa1edab006d7dc6e5)) + ## 1.12.0 (2026-06-09) Full Changelog: [v1.11.0...v1.12.0](https://github.com/anthropics/anthropic-cli/compare/v1.11.0...v1.12.0) diff --git a/go.mod b/go.mod index 7837df4..5eec99c 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/anthropics/anthropic-cli go 1.25 require ( - github.com/anthropics/anthropic-sdk-go v1.50.0 + github.com/anthropics/anthropic-sdk-go v1.50.1 github.com/charmbracelet/bubbles v0.21.0 github.com/charmbracelet/bubbletea v1.3.6 github.com/charmbracelet/lipgloss v1.1.0 diff --git a/go.sum b/go.sum index 21b5116..17cbb68 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/anthropics/anthropic-sdk-go v1.50.0 h1:50NjOJgScSwtI1Za9E0dd/K0Cc085QekLHj1u3+j37w= -github.com/anthropics/anthropic-sdk-go v1.50.0/go.mod h1:3EfIfmFqxH6rbiLcIP4tPFyXL/IHakx2wDG4OU+TIEI= +github.com/anthropics/anthropic-sdk-go v1.50.1 h1:XTd1RkdeHCPusPpzcBY5RIWj/WW6ZktjftxrHvQBJfU= +github.com/anthropics/anthropic-sdk-go v1.50.1/go.mod h1:3EfIfmFqxH6rbiLcIP4tPFyXL/IHakx2wDG4OU+TIEI= github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k= github.com/aymanbagabas/go-osc52/v2 v2.0.1/go.mod h1:uYgXzlJ7ZpABp8OJ+exZzJJhRNQ2ASbcXHWsFqH8hp8= github.com/aymanbagabas/go-udiff v0.2.0 h1:TK0fH4MteXUDspT88n8CKzvK0X9O2xu9yQjWpi6yML8= diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index e85eb06..e6fedbd 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -2,4 +2,4 @@ package cmd -const Version = "1.12.0" // x-release-please-version +const Version = "1.12.1" // x-release-please-version