Skip to content

Commit

Permalink
release(twilight-http-ratelimiting): bump to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
7596ff committed Feb 5, 2023
1 parent 7182e26 commit 7b6bdb2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion twilight-http-ratelimiting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [unreleased]
## [0.15.0] - 2023-02-05

### Features

Expand Down
2 changes: 1 addition & 1 deletion twilight-http-ratelimiting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "twilight-http-ratelimiting"
publish = true
repository.workspace = true
rust-version.workspace = true
version = "0.15.0-rc.1"
version = "0.15.0"

[dependencies]
futures-util = { version = "0.3", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion twilight-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = { default-features = false, features = ["derive"], version = "1" }
serde_json = { default-features = false, features = ["std"], version = "1" }
tokio = { default-features = false, features = ["sync", "time"], version = "1.0" }
tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" }
twilight-http-ratelimiting = { default-features = false, path = "../twilight-http-ratelimiting", version = "0.15.0-rc.1" }
twilight-http-ratelimiting = { default-features = false, path = "../twilight-http-ratelimiting", version = "0.15.0" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0" }
twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.15.0" }

Expand Down
2 changes: 1 addition & 1 deletion twilight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ twilight-cache-inmemory = { default-features = false, path = "../twilight-cache-
twilight-gateway = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-gateway", version = "0.15.0-rc.2" }
twilight-gateway-queue = { default-features = false, path = "../twilight-gateway-queue", version = "0.15.0-rc.1" }
twilight-http = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-http", version = "0.15.0-rc.1" }
twilight-http-ratelimiting = { default-features = false, path = "../twilight-http-ratelimiting", version = "0.15.0-rc.1" }
twilight-http-ratelimiting = { default-features = false, path = "../twilight-http-ratelimiting", version = "0.15.0" }
twilight-lavalink = { default-features = false, path = "../twilight-lavalink", version = "0.15.0-rc.1" }
twilight-mention = { default-features = false, path = "../twilight-mention", version = "0.15.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0" }
Expand Down

0 comments on commit 7b6bdb2

Please sign in to comment.