Skip to content

Commit

Permalink
release(twilight-cache-inmemory): 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 7c8b7cd commit 7182e26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion twilight-cache-inmemory/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-cache-inmemory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "twilight-cache-inmemory"
publish = true
repository.workspace = true
rust-version.workspace = true
version = "0.15.0-rc.1"
version = "0.15.0"

[dependencies]
bitflags = { default-features = false, version = "1" }
Expand Down
2 changes: 1 addition & 1 deletion twilight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ futures = { default-features = false, version = "0.3" }
tokio = { default-features = false, features = ["macros", "rt-multi-thread"], version = "1.0" }
tracing = "0.1"
tracing-subscriber = { default-features = false, features = ["fmt", "tracing-log"], version = "0.3" }
twilight-cache-inmemory = { default-features = false, path = "../twilight-cache-inmemory", version = "0.15.0-rc.1" }
twilight-cache-inmemory = { default-features = false, path = "../twilight-cache-inmemory", version = "0.15.0" }
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" }
Expand Down

0 comments on commit 7182e26

Please sign in to comment.