File tree Expand file tree Collapse file tree 5 files changed +13
-3
lines changed
Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.3 .0"
2+ "." : " 0.4 .0"
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 17
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser%2Fcas-parser-56b0f699c5437d9e5326626d35dfc972c17d01f12cb416c7f4854c8ea6d0e95e.yml
33openapi_spec_hash : 158f405c1880706266d83e6ff16b9d2f
4- config_hash : 1af2e938c93ea4ec25fc633469072c43
4+ config_hash : 41c337f5cda03b13880617490f82bad0
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.0 (2026-02-14)
4+
5+ Full Changelog: [ v0.3.0...v0.4.0] ( https://github.com/CASParser/cas-parser-php/compare/v0.3.0...v0.4.0 )
6+
7+ ### Features
8+
9+ * ** api:** manual updates ([ 77615d4] ( https://github.com/CASParser/cas-parser-php/commit/77615d4ba6dd799e8a34af6a11ec4047685ca0f3 ) )
10+
311## 0.3.0 (2026-02-14)
412
513Full Changelog: [ v0.2.0...v0.3.0] ( https://github.com/CASParser/cas-parser-php/compare/v0.2.0...v0.3.0 )
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ It is generated with [Stainless](https://www.stainless.com/).
66
77## Documentation
88
9+ The REST API documentation can be found on [ docs.casparser.in] ( https://docs.casparser.in ) .
10+
911## Installation
1012
1113To use this package, install via Composer by adding the following to your application's ` composer.json ` :
Original file line number Diff line number Diff line change 55namespace CasParser ;
66
77// x-release-please-start-version
8- const VERSION = '0.3 .0 ' ;
8+ const VERSION = '0.4 .0 ' ;
99// x-release-please-end
You can’t perform that action at this time.
0 commit comments