diff --git a/twilight-cache-inmemory/Cargo.toml b/twilight-cache-inmemory/Cargo.toml index d7f9a8d3bed..d1d015c924a 100644 --- a/twilight-cache-inmemory/Cargo.toml +++ b/twilight-cache-inmemory/Cargo.toml @@ -17,7 +17,7 @@ version = "0.14.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.14.1" } +twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.2" } # Optional dependencies. twilight-util = { default-features = false, features = ["permission-calculator"], optional = true, path = "../twilight-util", version = "0.14.1" } diff --git a/twilight-gateway/Cargo.toml b/twilight-gateway/Cargo.toml index 11bd2fba7b0..3d905f60aa8 100644 --- a/twilight-gateway/Cargo.toml +++ b/twilight-gateway/Cargo.toml @@ -23,7 +23,7 @@ tokio-tungstenite = { default-features = false, features = ["connect"], version tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" } twilight-gateway-queue = { default-features = false, path = "../twilight-gateway-queue", version = "0.14.0" } twilight-http = { default-features = false, path = "../twilight-http", version = "0.14.1" } -twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.1" } +twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.2" } url = { default-features = false, version = "2" } leaky-bucket-lite = { default-features = false, features = ["tokio"], version = "0.5.1" } diff --git a/twilight-http/Cargo.toml b/twilight-http/Cargo.toml index baab94f80f2..a502793ab1d 100644 --- a/twilight-http/Cargo.toml +++ b/twilight-http/Cargo.toml @@ -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.14.1" } -twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.1" } +twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.2" } twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.14.1" } # Optional dependencies. diff --git a/twilight-lavalink/Cargo.toml b/twilight-lavalink/Cargo.toml index 973db8c3acc..b9c29db2b28 100644 --- a/twilight-lavalink/Cargo.toml +++ b/twilight-lavalink/Cargo.toml @@ -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.17" } tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" } -twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.1" } +twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.2" } # Optional dependencies. percent-encoding = { default-features = false, optional = true, version = "2" } diff --git a/twilight-mention/Cargo.toml b/twilight-mention/Cargo.toml index 0898aca7252..7241609bc67 100644 --- a/twilight-mention/Cargo.toml +++ b/twilight-mention/Cargo.toml @@ -13,7 +13,7 @@ rust-version.workspace = true version = "0.14.0" [dependencies] -twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.1" } +twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.2" } [dev-dependencies] criterion = { default-features = false, version = "0.3" } diff --git a/twilight-model/CHANGELOG.md b/twilight-model/CHANGELOG.md index 86534511b4f..ebffb70a002 100644 --- a/twilight-model/CHANGELOG.md +++ b/twilight-model/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [0.14.2] - 2023-01-08 ### Features diff --git a/twilight-model/Cargo.toml b/twilight-model/Cargo.toml index 772c4d35579..ce6553f289a 100644 --- a/twilight-model/Cargo.toml +++ b/twilight-model/Cargo.toml @@ -10,7 +10,7 @@ name = "twilight-model" publish = true repository.workspace = true rust-version.workspace = true -version = "0.14.1" +version = "0.14.2" [dependencies] bitflags = { default-features = false, version = "1" } diff --git a/twilight-standby/Cargo.toml b/twilight-standby/Cargo.toml index f65fe2444b8..222f35baf17 100644 --- a/twilight-standby/Cargo.toml +++ b/twilight-standby/Cargo.toml @@ -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.14.1" } +twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.2" } [dev-dependencies] anyhow = { default-features = false, features = ["std"], version = "1" } diff --git a/twilight-util/Cargo.toml b/twilight-util/Cargo.toml index 6c26096c140..04269767cc9 100644 --- a/twilight-util/Cargo.toml +++ b/twilight-util/Cargo.toml @@ -13,7 +13,7 @@ rust-version.workspace = true version = "0.14.1" [dependencies] -twilight-model = { default-features = false, optional = true, path = "../twilight-model", version = "0.14.1" } +twilight-model = { default-features = false, optional = true, path = "../twilight-model", version = "0.14.2" } twilight-validate = { default-features = false, optional = true, path = "../twilight-validate", version = "0.14.1" } [dev-dependencies] diff --git a/twilight-validate/Cargo.toml b/twilight-validate/Cargo.toml index 3d1243fae67..2d721aa5fc7 100644 --- a/twilight-validate/Cargo.toml +++ b/twilight-validate/Cargo.toml @@ -14,7 +14,7 @@ rust-version.workspace = true version = "0.14.1" [dependencies] -twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.1" } +twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.2" } [dev-dependencies] static_assertions = { default-features = false, version = "1.1.0" } diff --git a/twilight/Cargo.toml b/twilight/Cargo.toml index a49bb9bf66c..8432af3ac7e 100644 --- a/twilight/Cargo.toml +++ b/twilight/Cargo.toml @@ -23,7 +23,7 @@ twilight-http = { default-features = false, features = ["rustls-native-roots"], twilight-http-ratelimiting = { default-features = false, path = "../twilight-http-ratelimiting", version = "0.14.1" } twilight-lavalink = { default-features = false, path = "../twilight-lavalink", version = "0.14.1" } twilight-mention = { default-features = false, path = "../twilight-mention", version = "0.14.0" } -twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.1" } +twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.2" } twilight-standby = { default-features = false, path = "../twilight-standby", version = "0.14.0" } twilight-util = { default-features = false, path = "../twilight-util", version = "0.14.1" } twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.14.1" }