diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1332969..c7159c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index f978da4..dcb3502 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 32 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/dedalus-labs/dedalus-5d397081e492cd0e3832b7065574c06c90a67312c1c4caed119aa6c7c53c4d28.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/dedalus-labs/dedalus-32ccb3c17674e0ee68fd6eafbdd0f210bccfd09fce0702e28b8278e06678deec.yml openapi_spec_hash: ccb02923079d91569a17162c88da590b -config_hash: f3b61260a0c9a88977fb5fc3b355047b +config_hash: 3b16603a18779d453842a0d56638384d diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a5f3dd4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## 0.0.2 (2026-05-15) + +Full Changelog: [v0.0.1...v0.0.2](https://github.com/dedalus-labs/dedalus-php/compare/v0.0.1...v0.0.2) + +### Chores + +* configure new SDK language ([7b4e6e9](https://github.com/dedalus-labs/dedalus-php/commit/7b4e6e9a997cc2781f9411e51777a3c346146638)) +* update SDK settings ([93dd383](https://github.com/dedalus-labs/dedalus-php/commit/93dd383df792db94c595c14e2927cb47b6bf8904)) diff --git a/README.md b/README.md index 6b1128e..4394f1a 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,14 @@ The REST API documentation can be found on [docs.dedaluslabs.ai](https://docs.de To use this package, install via Composer by adding the following to your application's `composer.json`: + + ```json { "repositories": [ { "type": "vcs", - "url": "git@github.com:stainless-sdks/dedalus-php.git" + "url": "git@github.com:dedalus-labs/dedalus-php.git" } ], "require": { @@ -26,6 +28,8 @@ To use this package, install via Composer by adding the following to your applic } ``` + + ## Usage This library uses named parameters to specify optional arguments. @@ -225,4 +229,4 @@ PHP 8.1.0 or higher. ## Contributing -See [the contributing documentation](https://github.com/stainless-sdks/dedalus-php/tree/main/CONTRIBUTING.md). +See [the contributing documentation](https://github.com/dedalus-labs/dedalus-php/tree/main/CONTRIBUTING.md). diff --git a/src/Version.php b/src/Version.php index cbef919..716cc1d 100644 --- a/src/Version.php +++ b/src/Version.php @@ -5,5 +5,5 @@ namespace Dedalus; // x-release-please-start-version -const VERSION = '0.0.1'; +const VERSION = '0.0.2'; // x-release-please-end