[PR #18] release: 0.12.1 #18

Open
opened 2026-02-27 19:13:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cjavdev/spotted-php/pull/18
Author: @stainless-app[bot]
Created: 2/19/2026
Status: 🔄 Open

Base: mainHead: release-please--branches--main--changes--next


📝 Commits (6)

  • 9706875 chore(release): add packagist trigger on published release
  • c89e96e chore(internal): remove mock server code
  • 6dc2caa chore: update mock server docs
  • 89b8ccd chore(test): update skip reason message
  • 5a917a9 chore(internal): upgrade phpunit
  • 862f8a8 release: 0.12.1

📊 Changes

39 files changed (+202 additions, -262 deletions)

View changed files

📝 .github/workflows/publish-packagist.yml (+3 -0)
📝 .release-please-manifest.json (+1 -1)
📝 CHANGELOG.md (+12 -0)
📝 README.md (+1 -1)
📝 composer.lock (+66 -54)
scripts/mock (+0 -41)
📝 scripts/test (+0 -46)
📝 src/Version.php (+1 -1)
📝 tests/Services/AlbumsTest.php (+4 -4)
📝 tests/Services/ArtistsTest.php (+6 -6)
📝 tests/Services/AudioAnalysisTest.php (+1 -1)
📝 tests/Services/AudioFeaturesTest.php (+3 -3)
📝 tests/Services/AudiobooksTest.php (+4 -4)
📝 tests/Services/Browse/CategoriesTest.php (+3 -3)
📝 tests/Services/BrowseTest.php (+2 -2)
📝 tests/Services/ChaptersTest.php (+3 -3)
📝 tests/Services/EpisodesTest.php (+3 -3)
📝 tests/Services/MarketsTest.php (+1 -1)
📝 tests/Services/Me/AlbumsTest.php (+5 -5)
📝 tests/Services/Me/AudiobooksTest.php (+7 -7)

...and 19 more files

📄 Description

Automated Release PR

0.12.1 (2026-02-27)

Full Changelog: v0.12.0...v0.12.1

Chores

  • internal: remove mock server code (c89e96e)
  • internal: upgrade phpunit (5a917a9)
  • release: add packagist trigger on published release (9706875)
  • test: update skip reason message (89b8ccd)
  • update mock server docs (6dc2caa)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cjavdev/spotted-php/pull/18 **Author:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Created:** 2/19/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `release-please--branches--main--changes--next` --- ### 📝 Commits (6) - [`9706875`](https://github.com/cjavdev/spotted-php/commit/9706875ef252a589e23bc9654b31b5aca31796c5) chore(release): add packagist trigger on published release - [`c89e96e`](https://github.com/cjavdev/spotted-php/commit/c89e96e245833553cd3c1226e10dc4c4d6560405) chore(internal): remove mock server code - [`6dc2caa`](https://github.com/cjavdev/spotted-php/commit/6dc2caae48c6beebc812e376f9a4fd16acccc7a4) chore: update mock server docs - [`89b8ccd`](https://github.com/cjavdev/spotted-php/commit/89b8ccd214092bea1cb3673b85a3611bcef8857a) chore(test): update skip reason message - [`5a917a9`](https://github.com/cjavdev/spotted-php/commit/5a917a93c7185783343136a94a4f813a1d6cc314) chore(internal): upgrade phpunit - [`862f8a8`](https://github.com/cjavdev/spotted-php/commit/862f8a87aadf972204b1efce06fdfdcb9c3fc1bb) release: 0.12.1 ### 📊 Changes **39 files changed** (+202 additions, -262 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/publish-packagist.yml` (+3 -0) 📝 `.release-please-manifest.json` (+1 -1) 📝 `CHANGELOG.md` (+12 -0) 📝 `README.md` (+1 -1) 📝 `composer.lock` (+66 -54) ➖ `scripts/mock` (+0 -41) 📝 `scripts/test` (+0 -46) 📝 `src/Version.php` (+1 -1) 📝 `tests/Services/AlbumsTest.php` (+4 -4) 📝 `tests/Services/ArtistsTest.php` (+6 -6) 📝 `tests/Services/AudioAnalysisTest.php` (+1 -1) 📝 `tests/Services/AudioFeaturesTest.php` (+3 -3) 📝 `tests/Services/AudiobooksTest.php` (+4 -4) 📝 `tests/Services/Browse/CategoriesTest.php` (+3 -3) 📝 `tests/Services/BrowseTest.php` (+2 -2) 📝 `tests/Services/ChaptersTest.php` (+3 -3) 📝 `tests/Services/EpisodesTest.php` (+3 -3) 📝 `tests/Services/MarketsTest.php` (+1 -1) 📝 `tests/Services/Me/AlbumsTest.php` (+5 -5) 📝 `tests/Services/Me/AudiobooksTest.php` (+7 -7) _...and 19 more files_ </details> ### 📄 Description Automated Release PR --- ## 0.12.1 (2026-02-27) Full Changelog: [v0.12.0...v0.12.1](https://github.com/cjavdev/spotted-php/compare/v0.12.0...v0.12.1) ### Chores * **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)) --- This pull request is managed by Stainless's [GitHub App](https://github.com/apps/stainless-app). The [semver version number](https://semver.org/#semantic-versioning-specification-semver) is based on included [commit messages](https://www.conventionalcommits.org/en/v1.0.0/). Alternatively, you can manually set the version number in the title of this pull request. For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request. 🔗 Stainless [website](https://www.stainlessapi.com) 📚 Read the [docs](https://app.stainlessapi.com/docs) 🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotted-php#18
No description provided.