Skip to content

Commit

Permalink
Merge pull request #485 from ramsayleung/ramsay/upgrade-to-0.13.2
Browse files Browse the repository at this point in the history
Bump the version to 0.13.2
  • Loading branch information
ramsayleung authored Jun 4, 2024
2 parents ab2c606 + 89ca6d3 commit eb1260c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.13.2 (2024.06.03)
- ([#480](https://github.com/ramsayleung/rspotify/pull/480)) Fix deserialize empty images from null.

## 0.13.1 (2024.04.01)

**Bugfixes**
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = [
"Mario Ortiz Manero <[email protected]>"
]
name = "rspotify"
version = "0.13.1"
version = "0.13.2"
license = "MIT"
readme = "README.md"
description = "Spotify API wrapper"
Expand All @@ -26,9 +26,9 @@ exclude = [
]

[dependencies]
rspotify-macros = { path = "rspotify-macros", version = "0.13.1" }
rspotify-model = { path = "rspotify-model", version = "0.13.1" }
rspotify-http = { path = "rspotify-http", version = "0.13.1", default-features = false }
rspotify-macros = { path = "rspotify-macros", version = "0.13.2" }
rspotify-model = { path = "rspotify-model", version = "0.13.2" }
rspotify-http = { path = "rspotify-http", version = "0.13.2", default-features = false }

async-stream = { version = "0.3.2", optional = true }
async-trait = { version = "0.1.51", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions rspotify-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = [
"Mario Ortiz Manero <[email protected]>"
]
name = "rspotify-http"
version = "0.13.1"
version = "0.13.2"
license = "MIT"
description = "HTTP compatibility layer for RSpotify"
homepage = "https://github.com/ramsayleung/rspotify"
Expand All @@ -30,7 +30,7 @@ native-tls = { version = "0.2.11", optional = true }

[dev-dependencies]
tokio = { version = "1.11.0", features = ["macros", "rt-multi-thread"] }
rspotify-model = { path = "../rspotify-model", version = "0.13.1" }
rspotify-model = { path = "../rspotify-model", version = "0.13.2" }

[features]
default = ["client-reqwest", "reqwest-default-tls"]
Expand Down
2 changes: 1 addition & 1 deletion rspotify-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = [
"Ramsay Leung <[email protected]>",
"Mario Ortiz Manero <[email protected]>"
]
version = "0.13.1"
version = "0.13.2"
license = "MIT"
description = "Macros for RSpotify"
homepage = "https://github.com/ramsayleung/rspotify"
Expand Down
2 changes: 1 addition & 1 deletion rspotify-model/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rspotify-model"
version = "0.13.1"
version = "0.13.2"
authors = [
"Ramsay Leung <[email protected]>",
"Mario Ortiz Manero <[email protected]>"
Expand Down

0 comments on commit eb1260c

Please sign in to comment.