File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.8.0 "
2+ "." : " 0.8.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.1 (2026-03-24)
4+
5+ Full Changelog: [ v0.8.0...v0.8.1] ( https://github.com/anthropics/anthropic-sdk-php/compare/v0.8.0...v0.8.1 )
6+
7+ ### Chores
8+
9+ * ** tests:** bump steady to v0.19.4 ([ b783083] ( https://github.com/anthropics/anthropic-sdk-php/commit/b783083b4c369ecf7d8030063d6bf265f7371d49 ) )
10+ * ** tests:** bump steady to v0.19.5 ([ f3ff478] ( https://github.com/anthropics/anthropic-sdk-php/commit/f3ff4784a037f7f283304cf37ae1e94067acb311 ) )
11+ * ** tests:** bump steady to v0.19.6 ([ 4d48ec2] ( https://github.com/anthropics/anthropic-sdk-php/commit/4d48ec2d5b28200ed3b356d057b0d626d253cddf ) )
12+ * ** tests:** bump steady to v0.19.7 ([ 229333a] ( https://github.com/anthropics/anthropic-sdk-php/commit/229333ad2bdb2ad189fdde7e52b1340bc96a2fd4 ) )
13+
314## 0.8.0 (2026-03-18)
415
516Full Changelog: [ v0.7.0...v0.8.0] ( https://github.com/anthropics/anthropic-sdk-php/compare/v0.7.0...v0.8.0 )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Full documentation is available at **[platform.claude.com/docs/en/api/sdks/php](
1313<!-- x-release-please-start-version -->
1414
1515``` sh
16- composer require " anthropic-ai/sdk:^0.8.0 "
16+ composer require " anthropic-ai/sdk:^0.8.1 "
1717```
1818
1919<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 55namespace Anthropic ;
66
77// x-release-please-start-version
8- const VERSION = '0.8.0 ' ;
8+ const VERSION = '0.8.1 ' ;
99// x-release-please-end
You can’t perform that action at this time.
0 commit comments