Skip to content

Commit 548f203

Browse files
release: 0.0.2
1 parent d6cb59a commit 548f203

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
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-
".": "0.0.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 0.0.2 (2025-08-26)
4+
5+
Full Changelog: [v0.0.1...v0.0.2](https://github.com/anthropics/anthropic-sdk-php/compare/v0.0.1...v0.0.2)
6+
7+
### Chores
8+
9+
* sync repo ([d6cb59a](https://github.com/anthropics/anthropic-sdk-php/commit/d6cb59a225f573ddd6275381cd4b7401a3c8f4cd))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The REST API documentation can be found on [docs.anthropic.com](https://docs.ant
1818
<!-- x-release-please-start-version -->
1919

2020
```
21-
composer require "anthropic-ai/sdk 0.0.1"
21+
composer require "anthropic-ai/sdk 0.0.2"
2222
```
2323

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

0 commit comments

Comments
 (0)