Skip to content

Commit f10133a

Browse files
Merge pull request #6 from CASParser/release-please--branches--main--changes--next
release: 0.4.0
2 parents 2e4a89f + c947d56 commit f10133a

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
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.3.0"
2+
".": "0.4.0"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 17
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser%2Fcas-parser-56b0f699c5437d9e5326626d35dfc972c17d01f12cb416c7f4854c8ea6d0e95e.yml
33
openapi_spec_hash: 158f405c1880706266d83e6ff16b9d2f
4-
config_hash: 1af2e938c93ea4ec25fc633469072c43
4+
config_hash: 41c337f5cda03b13880617490f82bad0

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

513
Full Changelog: [v0.2.0...v0.3.0](https://github.com/CASParser/cas-parser-php/compare/v0.2.0...v0.3.0)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
namespace 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

0 commit comments

Comments
 (0)