File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1 .0"
2+ "." : " 0.2 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0 (2025-08-27)
4+
5+ Full Changelog: [ v0.1.0...v0.2.0] ( https://github.com/anthropics/anthropic-sdk-php/compare/v0.1.0...v0.2.0 )
6+
7+ ### ⚠ BREAKING CHANGES
8+
9+ * rename errors to exceptions
10+
11+ ### Features
12+
13+ * rename errors to exceptions ([ 8bbf53a] ( https://github.com/anthropics/anthropic-sdk-php/commit/8bbf53adda49b489345be998ddd3838d1cf0f240 ) )
14+
15+
16+ ### Bug Fixes
17+
18+ * add create release workflow ([ 6455528] ( https://github.com/anthropics/anthropic-sdk-php/commit/64555283f3bb0b1f4dacb62a7bf43384f92f20c8 ) )
19+
20+
21+ ### Chores
22+
23+ * improve streaming example ([ #110 ] ( https://github.com/anthropics/anthropic-sdk-php/issues/110 ) ) ([ c9025f7] ( https://github.com/anthropics/anthropic-sdk-php/commit/c9025f77730ca6918975e81d402c6ead6f8d881f ) )
24+
325## 0.1.0 (2025-08-26)
426
527Full Changelog: [ v0.0.1...v0.1.0] ( https://github.com/anthropics/anthropic-sdk-php/compare/v0.0.1...v0.1.0 )
Original file line number Diff line number Diff 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.1 .0"
21+ composer require "anthropic-ai/sdk 0.2 .0"
2222```
2323
2424<!-- x-release-please-end -->
You can’t perform that action at this time.
0 commit comments