Skip to content

Commit

Permalink
release({{crate_name}}): bump to {{version}}
Browse files Browse the repository at this point in the history
  • Loading branch information
vilgotf committed Apr 27, 2023
1 parent 7ceb77e commit 595187f
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 36 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.2] - 2023-04-27

### Features

Expand Down
6 changes: 3 additions & 3 deletions twilight-cache-inmemory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion twilight-gateway-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [unreleased]
## [0.15.2] - 2023-04-27

### Bug Fixes

Expand Down
4 changes: 2 additions & 2 deletions twilight-gateway-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion twilight-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [unreleased]
## [0.15.2] - 2023-04-27

### Build

Expand Down
8 changes: 4 additions & 4 deletions twilight-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand All @@ -22,16 +22,16 @@ 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
# from the C-backed backend zlib, When you give it the sync argument
# 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
Expand Down
2 changes: 1 addition & 1 deletion twilight-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [unreleased]
## [0.15.2] - 2023-04-27

### Bug Fixes

Expand Down
6 changes: 3 additions & 3 deletions twilight-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand All @@ -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.
Expand All @@ -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" }
6 changes: 3 additions & 3 deletions 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.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.2" }

# Optional dependencies.
percent-encoding = { default-features = false, optional = true, version = "2" }
Expand All @@ -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"]
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.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" }
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.2] - 2023-04-27

### 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.1"
version = "0.15.2"

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

## [unreleased]
## [0.15.2] - 2023-04-27

### Documentation

Expand Down
4 changes: 2 additions & 2 deletions twilight-standby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion twilight-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [unreleased]
## [0.15.2] - 2023-04-27

### Features

Expand Down
4 changes: 2 additions & 2 deletions twilight-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
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.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" }
14 changes: 7 additions & 7 deletions twilight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 595187f

Please sign in to comment.