Skip to content

Commit

Permalink
release(twilight-model): 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 27f5c11 commit ecb0c9a
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion twilight-cache-inmemory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version = "0.15.0-rc.1"
bitflags = { default-features = false, version = "1" }
dashmap = { default-features = false, version = "5.3" }
serde = { default-features = false, features = ["derive"], version = "1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0" }

# Optional dependencies.
twilight-util = { default-features = false, features = ["permission-calculator"], optional = true, path = "../twilight-util", version = "0.15.0-rc.1" }
Expand Down
2 changes: 1 addition & 1 deletion twilight-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tokio = { default-features = false, features = ["net", "rt", "sync", "time"], ve
tokio-tungstenite = { default-features = false, features = ["connect"], version = "0.18" }
tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" }
twilight-gateway-queue = { default-features = false, path = "../twilight-gateway-queue", version = "0.15.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0" }

# Optional
# The default backend for flate2; miniz-oxide, works differently
Expand Down
2 changes: 1 addition & 1 deletion twilight-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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-model = { default-features = false, path = "../twilight-model", version = "0.15.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0" }
twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.15.0-rc.1" }

# Optional dependencies.
Expand Down
2 changes: 1 addition & 1 deletion twilight-lavalink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde_json = { default-features = false, features = ["std"], version = "1" }
tokio = { default-features = false, features = ["macros", "net", "rt", "sync", "time"], version = "1.0" }
tokio-tungstenite = { default-features = false, features = ["connect"], version = "0.18" }
tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0" }

# Optional dependencies.
percent-encoding = { default-features = false, optional = true, version = "2" }
Expand Down
2 changes: 1 addition & 1 deletion twilight-mention/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version.workspace = true
version = "0.15.0-rc.1"

[dependencies]
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0" }

[dev-dependencies]
criterion = { default-features = false, version = "0.4" }
Expand Down
2 changes: 1 addition & 1 deletion twilight-model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

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

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion twilight-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "twilight-model"
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-standby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dashmap = { default-features = false, version = "5.3" }
futures-util = { default-features = false, features = ["std"], version = "0.3" }
tokio = { default-features = false, features = ["sync"], version = "1.0" }
tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0" }

[dev-dependencies]
anyhow = { default-features = false, features = ["std"], version = "1" }
Expand Down
2 changes: 1 addition & 1 deletion twilight-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version.workspace = true
version = "0.15.0-rc.1"

[dependencies]
twilight-model = { default-features = false, optional = true, path = "../twilight-model", version = "0.15.0-rc.1" }
twilight-model = { default-features = false, optional = true, path = "../twilight-model", version = "0.15.0" }
twilight-validate = { default-features = false, optional = true, path = "../twilight-validate", version = "0.15.0-rc.1" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion twilight-validate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version.workspace = true
version = "0.15.0-rc.1"

[dependencies]
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0" }

[dev-dependencies]
static_assertions = { default-features = false, version = "1.1.0" }
2 changes: 1 addition & 1 deletion twilight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ twilight-http = { default-features = false, features = ["rustls-native-roots"],
twilight-http-ratelimiting = { default-features = false, path = "../twilight-http-ratelimiting", version = "0.15.0-rc.1" }
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-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0" }
twilight-standby = { default-features = false, path = "../twilight-standby", version = "0.15.0-rc.1" }
twilight-util = { default-features = false, path = "../twilight-util", version = "0.15.0-rc.1" }
twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.15.0-rc.1" }

0 comments on commit ecb0c9a

Please sign in to comment.