Skip to content

Commit

Permalink
Upgrade to v0.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsayleung committed Aug 26, 2023
1 parent a94aa44 commit 17ef3cc
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.12 (unreleased )
## 0.12 (2023.08.26)
**New features**
- ([#390](https://github.com/ramsayleung/rspotify/pull/390)) The `scopes!` macro supports to split the scope by whitespace.
- ([#418](https://github.com/ramsayleung/rspotify/pull/418)) Add a user-settable callback function whenever token is updated.
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 <marioortizmanero@gmail.com>"
]
name = "rspotify"
version = "0.11.7"
version = "0.12"
license = "MIT"
readme = "README.md"
description = "Spotify API wrapper"
Expand All @@ -26,9 +26,9 @@ exclude = [
]

[dependencies]
rspotify-macros = { path = "rspotify-macros", version = "0.11.7" }
rspotify-model = { path = "rspotify-model", version = "0.11.7" }
rspotify-http = { path = "rspotify-http", version = "0.11.7", default-features = false }
rspotify-macros = { path = "rspotify-macros", version = "0.12" }
rspotify-model = { path = "rspotify-model", version = "0.12" }
rspotify-http = { path = "rspotify-http", version = "0.12", 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 <marioortizmanero@gmail.com>"
]
name = "rspotify-http"
version = "0.11.7"
version = "0.11.8"
license = "MIT"
description = "HTTP compatibility layer for RSpotify"
homepage = "https://github.com/ramsayleung/rspotify"
Expand All @@ -29,7 +29,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.7" }
rspotify-model = { path = "../rspotify-model", version = "0.12" }

[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 <ramsayleung@gmail.com>",
"Mario Ortiz Manero <marioortizmanero@gmail.com>"
]
version = "0.11.7"
version = "0.11.8"
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.7"
version = "0.11.8"
authors = [
"Ramsay Leung <ramsayleung@gmail.com>",
"Mario Ortiz Manero <marioortizmanero@gmail.com>"
Expand Down

0 comments on commit 17ef3cc

Please sign in to comment.