Skip to content
Merged
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
3 changes: 3 additions & 0 deletions .github/workflows/publish-packagist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Publish Packagist
on:
workflow_dispatch:

release:
types: [published]

jobs:
publish:
name: publish
Expand Down
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.12.0"
".": "0.13.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 89
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/testspotify%2Fspotted-7ac9fe2ee73e38b2892f0393435f2d3a275d04b1d0728708382dd752da1d44de.yml
openapi_spec_hash: 6be3d4faa079ee82335208bec39c917a
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/testspotify%2Fspotted-3ba45faf550c5b93f0307503d17c023c0e732e13835821995c97b2661af26f11.yml
openapi_spec_hash: 3232d211ced286eec6129772a2ef5105
config_hash: 16586ae58a63cb436257eedd650df8e8
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.13.0 (2026-03-06)

Full Changelog: [v0.12.0...v0.13.0](https://github.com/cjavdev/spotted-php/compare/v0.12.0...v0.13.0)

### Features

* **api:** api update ([44f2be6](https://github.com/cjavdev/spotted-php/commit/44f2be641a2a3c86e3c72bb345fe27ab3bf3aa33))


### Chores

* **internal:** codegen related update ([d32065b](https://github.com/cjavdev/spotted-php/commit/d32065be8c54bd914bb5652c08845194c78f7b51))
* **internal:** remove mock server code ([c89e96e](https://github.com/cjavdev/spotted-php/commit/c89e96e245833553cd3c1226e10dc4c4d6560405))
* **internal:** upgrade phpunit ([5a917a9](https://github.com/cjavdev/spotted-php/commit/5a917a93c7185783343136a94a4f813a1d6cc314))
* **release:** add packagist trigger on published release ([9706875](https://github.com/cjavdev/spotted-php/commit/9706875ef252a589e23bc9654b31b5aca31796c5))
* **test:** update skip reason message ([89b8ccd](https://github.com/cjavdev/spotted-php/commit/89b8ccd214092bea1cb3673b85a3611bcef8857a))
* update mock server docs ([6dc2caa](https://github.com/cjavdev/spotted-php/commit/6dc2caae48c6beebc812e376f9a4fd16acccc7a4))

## 0.12.0 (2026-02-14)

Full Changelog: [v0.11.0...v0.12.0](https://github.com/cjavdev/spotted-php/compare/v0.11.0...v0.12.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The REST API documentation can be found on [spotted.cjav.dev](https://spotted.cj
<!-- x-release-please-start-version -->

```
composer require "cjavdev/spotted 0.12.0"
composer require "cjavdev/spotted 0.13.0"
```

<!-- x-release-please-end -->
Expand Down
120 changes: 66 additions & 54 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading