Skip to content

Commit

Permalink
Merge pull request #308 from ramsayleung/ramsay_upgrade_to_v0.11.5
Browse files Browse the repository at this point in the history
upgrade rspotify to 0.11.5
  • Loading branch information
marioortizmanero authored Mar 29, 2022
2 parents b35a131 + 61b1559 commit 0b4f3aa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.11.5 (unreleased)
## 0.11.5 (2022.03.28)

**Breaking changes**:
- ([#306](https://github.com/ramsayleung/rspotify/pull/306)) The `collection` variant has been added to `Type`
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.11.4"
version = "0.11.5"
license = "MIT"
readme = "README.md"
description = "Spotify API wrapper"
Expand All @@ -27,9 +27,9 @@ exclude = [
resolver = "2"

[dependencies]
rspotify-macros = { path = "rspotify-macros", version = "0.11.4" }
rspotify-model = { path = "rspotify-model", version = "0.11.4" }
rspotify-http = { path = "rspotify-http", version = "0.11.4", default-features = false }
rspotify-macros = { path = "rspotify-macros", version = "0.11.5" }
rspotify-model = { path = "rspotify-model", version = "0.11.5" }
rspotify-http = { path = "rspotify-http", version = "0.11.5", 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.11.4"
version = "0.11.5"
license = "MIT"
description = "HTTP compatibility layer for Rspotify"
homepage = "https://github.com/ramsayleung/rspotify"
Expand All @@ -28,7 +28,7 @@ ureq = { version = "2.2.0", default-features = false, features = ["json", "cooki

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

[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.11.4"
version = "0.11.5"
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.11.4"
version = "0.11.5"
authors = [
"Ramsay Leung <[email protected]>",
"Mario Ortiz Manero <[email protected]>"
Expand Down

0 comments on commit 0b4f3aa

Please sign in to comment.