Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "0.0.2"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

<!-- x-release-please-start-version -->

```json
{
"repositories": [
{
"type": "vcs",
"url": "git@github.com:stainless-sdks/dedalus-php.git"
"url": "git@github.com:dedalus-labs/dedalus-php.git"
}
],
"require": {
Expand All @@ -26,6 +28,8 @@ To use this package, install via Composer by adding the following to your applic
}
```

<!-- x-release-please-end -->

## Usage

This library uses named parameters to specify optional arguments.
Expand Down Expand Up @@ -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).
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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