Skip to content

Commit 837da8b

Browse files
Merge pull request #1 from CASParser/release-please--branches--main--changes--next
release: 0.0.2
2 parents efe3aa8 + 930e342 commit 837da8b

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
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
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 5
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser%2Fcas-parser-b7fdba3d3f97c7debc22c7ca30b828bce81bcd64648df8c94029b27a3321ebb9.yml
33
openapi_spec_hash: 03f1315f1d32ada42445ca920f047dff
4-
config_hash: 7e37f38c64335d64bc0f2bdd0a655a97
4+
config_hash: cb5d75abef6264b5d86448caf7295afa

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## 0.0.2 (2025-08-18)
4+
5+
Full Changelog: [v0.0.1...v0.0.2](https://github.com/CASParser/cas-parser-php/compare/v0.0.1...v0.0.2)
6+
7+
### Chores
8+
9+
* configure new SDK language ([efe3aa8](https://github.com/CASParser/cas-parser-php/commit/efe3aa8298b2b8d8cbbb39519cd6e2b4155656a5))
10+
* update SDK settings ([ec8569e](https://github.com/CASParser/cas-parser-php/commit/ec8569e4fe27cbd72199c5394b79bdbff771c132))

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
>
66
> This library has not yet been exhaustively tested in production environments and may be missing some features you'd expect in a stable release. As we continue development, there may be breaking changes that require updates to your code.
77
>
8-
> **We'd love your feedback!** Please share any suggestions, bug reports, feature requests, or general thoughts by [filing an issue](https://www.github.com/stainless-sdks/cas-parser-php/issues/new).
8+
> **We'd love your feedback!** Please share any suggestions, bug reports, feature requests, or general thoughts by [filing an issue](https://www.github.com/CASParser/cas-parser-php/issues/new).
99
1010
The Cas Parser PHP library provides convenient access to the Cas Parser REST API from any PHP 8.1.0+ application.
1111

@@ -19,12 +19,14 @@ The REST API documentation can be found on [docs.casparser.in](https://docs.casp
1919

2020
To use this package, install via Composer by adding the following to your application's `composer.json`:
2121

22+
<!-- x-release-please-start-version -->
23+
2224
```json
2325
{
2426
"repositories": [
2527
{
2628
"type": "vcs",
27-
"url": "[email protected]:stainless-sdks/cas-parser-php.git"
29+
"url": "[email protected]:CASParser/cas-parser-php.git"
2830
}
2931
],
3032
"require": {
@@ -33,6 +35,8 @@ To use this package, install via Composer by adding the following to your applic
3335
}
3436
```
3537

38+
<!-- x-release-please-end -->
39+
3640
## Usage
3741

3842
```php
@@ -184,4 +188,4 @@ PHP 8.1.0 or higher.
184188

185189
## Contributing
186190

187-
See [the contributing documentation](https://github.com/stainless-sdks/cas-parser-php/tree/main/CONTRIBUTING.md).
191+
See [the contributing documentation](https://github.com/CASParser/cas-parser-php/tree/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)