[PR #3] release: 0.3.0 #3

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

📋 Pull Request Information

Original PR: https://github.com/cjavdev/spotted-kotlin/pull/3
Author: @stainless-app[bot]
Created: 11/20/2025
Status: 🔄 Open

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


📝 Commits (10+)

📊 Changes

15 files changed (+114 additions, -92 deletions)

View changed files

📝 .release-please-manifest.json (+1 -1)
📝 .stats.yml (+2 -2)
📝 CHANGELOG.md (+19 -0)
📝 README.md (+7 -7)
📝 build.gradle.kts (+1 -1)
📝 spotted-kotlin-core/src/main/kotlin/dev/cjav/spotted/models/SimplifiedPlaylistObject.kt (+21 -20)
📝 spotted-kotlin-core/src/main/kotlin/dev/cjav/spotted/models/playlists/PlaylistRetrieveResponse.kt (+21 -20)
📝 spotted-kotlin-core/src/main/kotlin/dev/cjav/spotted/models/users/playlists/PlaylistCreateResponse.kt (+21 -20)
📝 spotted-kotlin-core/src/test/kotlin/dev/cjav/spotted/models/PagingPlaylistObjectTest.kt (+3 -3)
📝 spotted-kotlin-core/src/test/kotlin/dev/cjav/spotted/models/SimplifiedPlaylistObjectTest.kt (+3 -3)
📝 spotted-kotlin-core/src/test/kotlin/dev/cjav/spotted/models/browse/BrowseGetFeaturedPlaylistsResponseTest.kt (+3 -3)
📝 spotted-kotlin-core/src/test/kotlin/dev/cjav/spotted/models/browse/categories/CategoryGetPlaylistsResponseTest.kt (+3 -3)
📝 spotted-kotlin-core/src/test/kotlin/dev/cjav/spotted/models/playlists/PlaylistRetrieveResponseTest.kt (+3 -3)
📝 spotted-kotlin-core/src/test/kotlin/dev/cjav/spotted/models/search/SearchQueryResponseTest.kt (+3 -3)
📝 spotted-kotlin-core/src/test/kotlin/dev/cjav/spotted/models/users/playlists/PlaylistCreateResponseTest.kt (+3 -3)

📄 Description

Automated Release PR

0.3.0 (2025-12-03)

Full Changelog: v0.2.0...v0.3.0

Features

Documentation

  • remove $ for better copy-pasteabality (d24939f)

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-kotlin/pull/3 **Author:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Created:** 11/20/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `release-please--branches--main--changes--next` --- ### 📝 Commits (10+) - [`d31ba5a`](https://github.com/cjavdev/spotted-kotlin/commit/d31ba5aee88d1cc5c89ee19f06ef909278fc86a5) codegen metadata - [`de657d6`](https://github.com/cjavdev/spotted-kotlin/commit/de657d6c23640003a2d5b47845892eb6f8843a1f) feat(api): manual updates - [`690deae`](https://github.com/cjavdev/spotted-kotlin/commit/690deae1430781cef440ec7f6fde1efc43daa417) feat(api): rename public to published for java - [`12d5729`](https://github.com/cjavdev/spotted-kotlin/commit/12d572995a7c1e45fb7874595c3f1e6280258706) feat(api): manual updates - [`07eb64c`](https://github.com/cjavdev/spotted-kotlin/commit/07eb64c8948a6ac93a44436e6472c5335ab3f149) feat(api): manual updates - [`fddf4d7`](https://github.com/cjavdev/spotted-kotlin/commit/fddf4d7ceefa32d1b27ed87615181e779aa4cb40) codegen metadata - [`f803a27`](https://github.com/cjavdev/spotted-kotlin/commit/f803a27450695e5d6e0de1d2e0cf0e26f481366b) feat(api): manual updates - [`2440b0e`](https://github.com/cjavdev/spotted-kotlin/commit/2440b0e515e0ce7a78924d9c727d453a3409dc68) codegen metadata - [`ff926b5`](https://github.com/cjavdev/spotted-kotlin/commit/ff926b5a18d0d7ed42aecd89156b9fe1a44454fd) codegen metadata - [`af2a3ed`](https://github.com/cjavdev/spotted-kotlin/commit/af2a3edd805e8ae16e561f0d19ace234264c0743) codegen metadata ### 📊 Changes **15 files changed** (+114 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `.release-please-manifest.json` (+1 -1) 📝 `.stats.yml` (+2 -2) 📝 `CHANGELOG.md` (+19 -0) 📝 `README.md` (+7 -7) 📝 `build.gradle.kts` (+1 -1) 📝 `spotted-kotlin-core/src/main/kotlin/dev/cjav/spotted/models/SimplifiedPlaylistObject.kt` (+21 -20) 📝 `spotted-kotlin-core/src/main/kotlin/dev/cjav/spotted/models/playlists/PlaylistRetrieveResponse.kt` (+21 -20) 📝 `spotted-kotlin-core/src/main/kotlin/dev/cjav/spotted/models/users/playlists/PlaylistCreateResponse.kt` (+21 -20) 📝 `spotted-kotlin-core/src/test/kotlin/dev/cjav/spotted/models/PagingPlaylistObjectTest.kt` (+3 -3) 📝 `spotted-kotlin-core/src/test/kotlin/dev/cjav/spotted/models/SimplifiedPlaylistObjectTest.kt` (+3 -3) 📝 `spotted-kotlin-core/src/test/kotlin/dev/cjav/spotted/models/browse/BrowseGetFeaturedPlaylistsResponseTest.kt` (+3 -3) 📝 `spotted-kotlin-core/src/test/kotlin/dev/cjav/spotted/models/browse/categories/CategoryGetPlaylistsResponseTest.kt` (+3 -3) 📝 `spotted-kotlin-core/src/test/kotlin/dev/cjav/spotted/models/playlists/PlaylistRetrieveResponseTest.kt` (+3 -3) 📝 `spotted-kotlin-core/src/test/kotlin/dev/cjav/spotted/models/search/SearchQueryResponseTest.kt` (+3 -3) 📝 `spotted-kotlin-core/src/test/kotlin/dev/cjav/spotted/models/users/playlists/PlaylistCreateResponseTest.kt` (+3 -3) </details> ### 📄 Description Automated Release PR --- ## 0.3.0 (2025-12-03) Full Changelog: [v0.2.0...v0.3.0](https://github.com/cjavdev/spotted-kotlin/compare/v0.2.0...v0.3.0) ### Features * **api:** manual updates ([71292e2](https://github.com/cjavdev/spotted-kotlin/commit/71292e2a5cc731d167b13aaf0d788ab292cde0b5)) * **api:** manual updates ([4d4a559](https://github.com/cjavdev/spotted-kotlin/commit/4d4a559c5f14c01012859d8f1275246aa3725586)) * **api:** manual updates ([f803a27](https://github.com/cjavdev/spotted-kotlin/commit/f803a27450695e5d6e0de1d2e0cf0e26f481366b)) * **api:** manual updates ([07eb64c](https://github.com/cjavdev/spotted-kotlin/commit/07eb64c8948a6ac93a44436e6472c5335ab3f149)) * **api:** manual updates ([12d5729](https://github.com/cjavdev/spotted-kotlin/commit/12d572995a7c1e45fb7874595c3f1e6280258706)) * **api:** manual updates ([de657d6](https://github.com/cjavdev/spotted-kotlin/commit/de657d6c23640003a2d5b47845892eb6f8843a1f)) * **api:** rename public to published for java ([690deae](https://github.com/cjavdev/spotted-kotlin/commit/690deae1430781cef440ec7f6fde1efc43daa417)) ### Documentation * remove `$` for better copy-pasteabality ([d24939f](https://github.com/cjavdev/spotted-kotlin/commit/d24939fd76456d1089c5fb78b045c182b9595073)) --- 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-kotlin#3
No description provided.