Skip to content

Commit a0a5e92

Browse files
authored
Merge pull request #534 from ramsayleung/ramsay/upgrade-to-0.15.1
2 parents 8a9caf6 + 89b5d4d commit a0a5e92

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.16.0
1+
## 0.15.1 (2025.08.27)
22
**Bugfixes**
33
- ([#533](https://github.com/ramsayleung/rspotify/pull/533)) Fix the malformed JSON response of `get-playlists-tracks` endpoint
44

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = [
44
"Mario Ortiz Manero <marioortizmanero@gmail.com>"
55
]
66
name = "rspotify"
7-
version = "0.15.0"
7+
version = "0.15.1"
88
license = "MIT"
99
readme = "README.md"
1010
description = "Spotify API wrapper"
@@ -26,9 +26,9 @@ exclude = [
2626
]
2727

2828
[dependencies]
29-
rspotify-macros = { path = "rspotify-macros", version = "0.15.0" }
30-
rspotify-model = { path = "rspotify-model", version = "0.15.0" }
31-
rspotify-http = { path = "rspotify-http", version = "0.15.0", default-features = false }
29+
rspotify-macros = { path = "rspotify-macros", version = "0.15.1" }
30+
rspotify-model = { path = "rspotify-model", version = "0.15.1" }
31+
rspotify-http = { path = "rspotify-http", version = "0.15.1", default-features = false }
3232

3333
async-stream = { version = "0.3.2", optional = true }
3434
async-trait = { version = "0.1.51", optional = true }

rspotify-http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = [
44
"Mario Ortiz Manero <marioortizmanero@gmail.com>"
55
]
66
name = "rspotify-http"
7-
version = "0.15.0"
7+
version = "0.15.1"
88
license = "MIT"
99
description = "HTTP compatibility layer for RSpotify"
1010
homepage = "https://github.com/ramsayleung/rspotify"
@@ -32,7 +32,7 @@ native-tls = { version = "0.2.11", optional = true }
3232
[dev-dependencies]
3333
http = "1.3.1"
3434
tokio = { version = "1.11.0", features = ["macros", "rt-multi-thread"] }
35-
rspotify-model = { path = "../rspotify-model", version = "0.15.0" }
35+
rspotify-model = { path = "../rspotify-model", version = "0.15.1" }
3636
wiremock = "0.6.3"
3737

3838
[features]

rspotify-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = [
44
"Ramsay Leung <ramsayleung@gmail.com>",
55
"Mario Ortiz Manero <marioortizmanero@gmail.com>"
66
]
7-
version = "0.15.0"
7+
version = "0.15.1"
88
license = "MIT"
99
description = "Macros for RSpotify"
1010
homepage = "https://github.com/ramsayleung/rspotify"

rspotify-model/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rspotify-model"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
authors = [
55
"Ramsay Leung <ramsayleung@gmail.com>",
66
"Mario Ortiz Manero <marioortizmanero@gmail.com>"

0 commit comments

Comments
 (0)