ramsayleung / rspotify

Spotify Web API SDK implemented on Rust
MIT License
632 stars 121 forks source link

Add missing optional `market` field to some APIs #432

Closed aome510 closed 1 year ago

aome510 commented 1 year ago

Description

Resolves #423

Context

Required for https://github.com/aome510/spotify-player/pull/207

Type of change

aome510 commented 1 year ago

@ramsayleung can you approve to run the PR workflow?

ramsayleung commented 1 year ago

Thanks for your contribution :)

aome510 commented 1 year ago

Thanks for being patient lol. Idk why the clippy thing doesn't work with examples folder for me.

ramsayleung commented 1 year ago

How did you run the clippy command in your local development environment?

aome510 commented 1 year ago

I used the same command as in the action

aome510 commented 1 year ago

hi @ramsayleung do you know when the new version is released? I want to fix some issues in https://github.com/aome510/spotify-player and need this patch.

ramsayleung commented 1 year ago

I could release a new version for this patch, since no more features are pending that need to include in this release.

https://github.com/ramsayleung/rspotify/pull/436

PS: The new version v0.12.0 is released now