From 595187f562a1de2fda0f05967e8c7bf80017bdad Mon Sep 17 00:00:00 2001 From: Tim Vilgot Mikael Fredenberg Date: Thu, 27 Apr 2023 12:16:51 +0200 Subject: [PATCH] release({{crate_name}}): bump to {{version}} --- twilight-cache-inmemory/CHANGELOG.md | 2 +- twilight-cache-inmemory/Cargo.toml | 6 +++--- twilight-gateway-queue/CHANGELOG.md | 2 +- twilight-gateway-queue/Cargo.toml | 4 ++-- twilight-gateway/CHANGELOG.md | 2 +- twilight-gateway/Cargo.toml | 8 ++++---- twilight-http/CHANGELOG.md | 2 +- twilight-http/Cargo.toml | 6 +++--- twilight-lavalink/Cargo.toml | 6 +++--- twilight-mention/Cargo.toml | 2 +- twilight-model/CHANGELOG.md | 2 +- twilight-model/Cargo.toml | 2 +- twilight-standby/CHANGELOG.md | 2 +- twilight-standby/Cargo.toml | 4 ++-- twilight-util/CHANGELOG.md | 2 +- twilight-util/Cargo.toml | 4 ++-- twilight-validate/Cargo.toml | 2 +- twilight/Cargo.toml | 14 +++++++------- 18 files changed, 36 insertions(+), 36 deletions(-) diff --git a/twilight-cache-inmemory/CHANGELOG.md b/twilight-cache-inmemory/CHANGELOG.md index bb5317efbb5..8061dd98c58 100644 --- a/twilight-cache-inmemory/CHANGELOG.md +++ b/twilight-cache-inmemory/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [0.15.2] - 2023-04-27 ### Features diff --git a/twilight-cache-inmemory/Cargo.toml b/twilight-cache-inmemory/Cargo.toml index 42470849b94..de7815eb729 100644 --- a/twilight-cache-inmemory/Cargo.toml +++ b/twilight-cache-inmemory/Cargo.toml @@ -11,16 +11,16 @@ name = "twilight-cache-inmemory" publish = true repository.workspace = true rust-version.workspace = true -version = "0.15.1" +version = "0.15.2" [dependencies] 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.1" } +twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.2" } # Optional dependencies. -twilight-util = { default-features = false, features = ["permission-calculator"], optional = true, path = "../twilight-util", version = "0.15.1" } +twilight-util = { default-features = false, features = ["permission-calculator"], optional = true, path = "../twilight-util", version = "0.15.2" } [dev-dependencies] futures = { default-features = false, version = "0.3" } diff --git a/twilight-gateway-queue/CHANGELOG.md b/twilight-gateway-queue/CHANGELOG.md index 4eede1ddb4d..6187e850093 100644 --- a/twilight-gateway-queue/CHANGELOG.md +++ b/twilight-gateway-queue/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [0.15.2] - 2023-04-27 ### Bug Fixes diff --git a/twilight-gateway-queue/Cargo.toml b/twilight-gateway-queue/Cargo.toml index 2b9eff45ad9..513d60f7023 100644 --- a/twilight-gateway-queue/Cargo.toml +++ b/twilight-gateway-queue/Cargo.toml @@ -10,14 +10,14 @@ name = "twilight-gateway-queue" publish = true repository.workspace = true rust-version.workspace = true -version = "0.15.1" +version = "0.15.2" [dependencies] tokio = { default-features = false, features = ["rt", "sync", "time"], version = "1.0" } tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" } # Optional dependencies. -twilight-http = { default-features = false, optional = true, path = "../twilight-http", version = "0.15.1" } +twilight-http = { default-features = false, optional = true, path = "../twilight-http", version = "0.15.2" } [dev-dependencies] static_assertions = { default-features = false, version = "1" } diff --git a/twilight-gateway/CHANGELOG.md b/twilight-gateway/CHANGELOG.md index 797105c2200..09285f4d7e3 100644 --- a/twilight-gateway/CHANGELOG.md +++ b/twilight-gateway/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [0.15.2] - 2023-04-27 ### Build diff --git a/twilight-gateway/Cargo.toml b/twilight-gateway/Cargo.toml index a2e70cd7ea8..9093c766c08 100644 --- a/twilight-gateway/Cargo.toml +++ b/twilight-gateway/Cargo.toml @@ -11,7 +11,7 @@ name = "twilight-gateway" publish = true repository.workspace = true rust-version.workspace = true -version = "0.15.1" +version = "0.15.2" [dependencies] bitflags = { default-features = false, version = "1" } @@ -22,8 +22,8 @@ serde_json = { default-features = false, features = ["std"], version = "1" } tokio = { default-features = false, features = ["net", "rt", "sync", "time"], version = "1.8" } 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.1" } -twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.1" } +twilight-gateway-queue = { default-features = false, path = "../twilight-gateway-queue", version = "0.15.2" } +twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.2" } # Optional # The default backend for flate2; miniz-oxide, works differently @@ -31,7 +31,7 @@ twilight-model = { default-features = false, path = "../twilight-model", version # it does not seem to update the total_in of the function to have an offset # https://github.com/alexcrichton/flate2-rs/issues/217 flate2 = { default-features = false, optional = true, version = "1.0.24" } -twilight-http = { default-features = false, optional = true, path = "../twilight-http", version = "0.15.1" } +twilight-http = { default-features = false, optional = true, path = "../twilight-http", version = "0.15.2" } simd-json = { default-features = false, features = ["serde_impl", "swar-number-parsing"], optional = true, version = ">=0.4, <0.10" } # TLS libraries diff --git a/twilight-http/CHANGELOG.md b/twilight-http/CHANGELOG.md index 70b10adb751..2ecdec1519f 100644 --- a/twilight-http/CHANGELOG.md +++ b/twilight-http/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [0.15.2] - 2023-04-27 ### Bug Fixes diff --git a/twilight-http/Cargo.toml b/twilight-http/Cargo.toml index 438292aa74c..b92356d7145 100644 --- a/twilight-http/Cargo.toml +++ b/twilight-http/Cargo.toml @@ -11,7 +11,7 @@ name = "twilight-http" publish = true repository.workspace = true rust-version.workspace = true -version = "0.15.1" +version = "0.15.2" [dependencies] hyper = { default-features = false, features = ["client", "http1", "http2", "runtime"], version = "0.14" } @@ -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.1" } -twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.1" } +twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.2" } twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.15.1" } # Optional dependencies. @@ -43,5 +43,5 @@ trust-dns = ["dep:hyper-trust-dns"] [dev-dependencies] serde_test = { default-features = false, version = "1" } static_assertions = { default-features = false, version = "1.1.0" } -twilight-util = { default-features = false, features = ["builder"], path = "../twilight-util", version = "0.15.1" } +twilight-util = { default-features = false, features = ["builder"], path = "../twilight-util", version = "0.15.2" } tokio = { default-features = false, features = ["macros", "rt-multi-thread"], version = "1.0" } diff --git a/twilight-lavalink/Cargo.toml b/twilight-lavalink/Cargo.toml index c76488eadfc..e321b4c37d4 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.18" } tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" } -twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.1" } +twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.2" } # Optional dependencies. percent-encoding = { default-features = false, optional = true, version = "2" } @@ -33,8 +33,8 @@ serde_test = { default-features = false, version = "1" } static_assertions = { default-features = false, version = "1" } tokio = { default-features = false, features = ["macros", "rt-multi-thread"], version = "1.0" } tracing-subscriber = { default-features = false, features = ["fmt", "tracing-log"], version = "0.3" } -twilight-gateway = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-gateway", version = "0.15.1" } -twilight-http = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-http", version = "0.15.1" } +twilight-gateway = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-gateway", version = "0.15.2" } +twilight-http = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-http", version = "0.15.2" } [features] default = ["http-support", "rustls-native-roots"] diff --git a/twilight-mention/Cargo.toml b/twilight-mention/Cargo.toml index 621f9d6ddcc..f02cab217ff 100644 --- a/twilight-mention/Cargo.toml +++ b/twilight-mention/Cargo.toml @@ -13,7 +13,7 @@ rust-version.workspace = true version = "0.15.1" [dependencies] -twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.1" } +twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.2" } [dev-dependencies] criterion = { default-features = false, version = "0.4" } diff --git a/twilight-model/CHANGELOG.md b/twilight-model/CHANGELOG.md index 2f3cc689c9c..48ba7b98654 100644 --- a/twilight-model/CHANGELOG.md +++ b/twilight-model/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [0.15.2] - 2023-04-27 ### Bug Fixes diff --git a/twilight-model/Cargo.toml b/twilight-model/Cargo.toml index f5bee309dc1..f7aff4941d7 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.15.1" +version = "0.15.2" [dependencies] bitflags = { default-features = false, version = "1" } diff --git a/twilight-standby/CHANGELOG.md b/twilight-standby/CHANGELOG.md index 66db1c3e789..187351e79d0 100644 --- a/twilight-standby/CHANGELOG.md +++ b/twilight-standby/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [0.15.2] - 2023-04-27 ### Documentation diff --git a/twilight-standby/Cargo.toml b/twilight-standby/Cargo.toml index 31cd734e1cd..f64cea2be86 100644 --- a/twilight-standby/Cargo.toml +++ b/twilight-standby/Cargo.toml @@ -11,14 +11,14 @@ name = "twilight-standby" publish = true repository.workspace = true rust-version.workspace = true -version = "0.15.1" +version = "0.15.2" [dependencies] 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.1" } +twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.2" } [dev-dependencies] anyhow = { default-features = false, features = ["std"], version = "1" } diff --git a/twilight-util/CHANGELOG.md b/twilight-util/CHANGELOG.md index 9d3aaf12c3b..dda13fe8f8e 100644 --- a/twilight-util/CHANGELOG.md +++ b/twilight-util/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [0.15.2] - 2023-04-27 ### Features diff --git a/twilight-util/Cargo.toml b/twilight-util/Cargo.toml index 09838d51c73..455b16c9840 100644 --- a/twilight-util/Cargo.toml +++ b/twilight-util/Cargo.toml @@ -10,10 +10,10 @@ name = "twilight-util" publish = true repository.workspace = true rust-version.workspace = true -version = "0.15.1" +version = "0.15.2" [dependencies] -twilight-model = { default-features = false, optional = true, path = "../twilight-model", version = "0.15.1" } +twilight-model = { default-features = false, optional = true, path = "../twilight-model", version = "0.15.2" } twilight-validate = { default-features = false, optional = true, path = "../twilight-validate", version = "0.15.1" } [dev-dependencies] diff --git a/twilight-validate/Cargo.toml b/twilight-validate/Cargo.toml index 866008d7581..6e8b95c39a9 100644 --- a/twilight-validate/Cargo.toml +++ b/twilight-validate/Cargo.toml @@ -14,7 +14,7 @@ rust-version.workspace = true version = "0.15.1" [dependencies] -twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.1" } +twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.2" } [dev-dependencies] static_assertions = { default-features = false, version = "1.1.0" } diff --git a/twilight/Cargo.toml b/twilight/Cargo.toml index 53f303a81cf..4bd453174fe 100644 --- a/twilight/Cargo.toml +++ b/twilight/Cargo.toml @@ -18,14 +18,14 @@ 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.1" } -twilight-gateway = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-gateway", version = "0.15.1" } -twilight-gateway-queue = { default-features = false, path = "../twilight-gateway-queue", version = "0.15.1" } -twilight-http = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-http", version = "0.15.1" } +twilight-cache-inmemory = { default-features = false, path = "../twilight-cache-inmemory", version = "0.15.2" } +twilight-gateway = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-gateway", version = "0.15.2" } +twilight-gateway-queue = { default-features = false, path = "../twilight-gateway-queue", version = "0.15.2" } +twilight-http = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-http", version = "0.15.2" } twilight-http-ratelimiting = { default-features = false, path = "../twilight-http-ratelimiting", version = "0.15.1" } twilight-lavalink = { default-features = false, path = "../twilight-lavalink", version = "0.15.1" } twilight-mention = { default-features = false, path = "../twilight-mention", version = "0.15.1" } -twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.1" } -twilight-standby = { default-features = false, path = "../twilight-standby", version = "0.15.1" } -twilight-util = { default-features = false, path = "../twilight-util", version = "0.15.1" } +twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.2" } +twilight-standby = { default-features = false, path = "../twilight-standby", version = "0.15.2" } +twilight-util = { default-features = false, path = "../twilight-util", version = "0.15.2" } twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.15.1" }