chore(main): release 0.11.4 (#591)

* chore(main): release 0.11.4

* chore: update Cargo.lock

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: stoat-release[bot] <245062572+stoat-release[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
stoat-release[bot]
2026-02-16 20:02:01 +00:00
committed by GitHub
parent a75e4eabfc
commit 8849d03cd2
22 changed files with 85 additions and 78 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-coalesced"
version = "0.11.3"
version = "0.11.4"
edition = "2021"
license = "MIT"
authors = ["Paul Makles <me@insrt.uk>", "Zomatree <me@zomatree.live>"]

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-config"
version = "0.11.3"
version = "0.11.4"
edition = "2021"
license = "MIT"
authors = ["Paul Makles <me@insrt.uk>"]
@@ -38,4 +38,4 @@ sentry = { version = "0.31.5", optional = true }
sentry-anyhow = { version = "0.38.1", optional = true }
# Core
revolt-result = { version = "0.11.3", path = "../result", optional = true }
revolt-result = { version = "0.11.4", path = "../result", optional = true }

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-database"
version = "0.11.3"
version = "0.11.4"
edition = "2021"
license = "AGPL-3.0-or-later"
authors = ["Paul Makles <me@insrt.uk>"]
@@ -32,19 +32,19 @@ default = ["mongodb", "async-std-runtime", "tasks"]
[dependencies]
# Core
revolt-config = { version = "0.11.3", path = "../config", features = [
revolt-config = { version = "0.11.4", path = "../config", features = [
"report-macros",
] }
revolt-result = { version = "0.11.3", path = "../result" }
revolt-models = { version = "0.11.3", path = "../models", features = [
revolt-result = { version = "0.11.4", path = "../result" }
revolt-models = { version = "0.11.4", path = "../models", features = [
"validator",
] }
revolt-presence = { version = "0.11.3", path = "../presence" }
revolt-permissions = { version = "0.11.3", path = "../permissions", features = [
revolt-presence = { version = "0.11.4", path = "../presence" }
revolt-permissions = { version = "0.11.4", path = "../permissions", features = [
"serde",
"bson",
] }
revolt-parser = { version = "0.11.3", path = "../parser" }
revolt-parser = { version = "0.11.4", path = "../parser" }
# Utility
log = "0.4"

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-files"
version = "0.11.3"
version = "0.11.4"
edition = "2021"
license = "AGPL-3.0-or-later"
authors = ["Paul Makles <me@insrt.uk>"]
@@ -27,10 +27,10 @@ typenum = "1.17.0"
aws-config = "1.5.5"
aws-sdk-s3 = { version = "1.46.0", features = ["behavior-version-latest"] }
revolt-config = { version = "0.11.3", path = "../config", features = [
revolt-config = { version = "0.11.4", path = "../config", features = [
"report-macros",
] }
revolt-result = { version = "0.11.3", path = "../result" }
revolt-result = { version = "0.11.4", path = "../result" }
# image processing
jxl-oxide = { workspace = true }

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-models"
version = "0.11.3"
version = "0.11.4"
edition = "2021"
license = "MIT"
authors = ["Paul Makles <me@insrt.uk>"]
@@ -21,8 +21,8 @@ default = ["serde", "partials", "rocket"]
[dependencies]
# Core
revolt-config = { version = "0.11.3", path = "../config" }
revolt-permissions = { version = "0.11.3", path = "../permissions" }
revolt-config = { version = "0.11.4", path = "../config" }
revolt-permissions = { version = "0.11.4", path = "../permissions" }
# Utility
regex = "1.11"

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-parser"
version = "0.11.3"
version = "0.11.4"
edition = "2021"
license = "MIT"
authors = ["Zomatree <me@zomatree.live>", "Paul Makles <me@insrt.uk>"]

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-permissions"
version = "0.11.3"
version = "0.11.4"
edition = "2021"
license = "MIT"
authors = ["Paul Makles <me@insrt.uk>"]
@@ -22,7 +22,7 @@ async-std = { version = "1.8.0", features = ["attributes"] }
[dependencies]
# Core
revolt-result = { version = "0.11.3", path = "../result" }
revolt-result = { version = "0.11.4", path = "../result" }
# Utility
auto_ops = "0.3.0"

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-presence"
version = "0.11.3"
version = "0.11.4"
edition = "2021"
license = "AGPL-3.0-or-later"
authors = ["Paul Makles <me@insrt.uk>"]
@@ -17,7 +17,7 @@ redis-is-patched = []
async-std = { version = "1.8.0", features = ["attributes"] }
# Config for loading Redis URI
revolt-config = { version = "0.11.3", path = "../config" }
revolt-config = { version = "0.11.4", path = "../config" }
[dependencies]
# Utility

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-ratelimits"
version = "0.11.3"
version = "0.11.4"
edition = "2024"
license = "MIT"
authors = ["Zomatree <me@zomatree.live>", "Paul Makles <me@insrt.uk>"]
@@ -18,9 +18,9 @@ axum = ["dep:axum", "revolt-database/axum-impl"]
default = ["rocket", "axum"]
[dependencies]
revolt-database = { version = "0.11.3", path = "../database" }
revolt-result = { version = "0.11.3", path = "../result" }
revolt-config = { version = "0.11.3", path = "../config" }
revolt-database = { version = "0.11.4", path = "../database" }
revolt-result = { version = "0.11.4", path = "../result" }
revolt-config = { version = "0.11.4", path = "../config" }
rocket = { version = "0.5.1", optional = true }
revolt_rocket_okapi = { version = "0.10.0", optional = true }

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-result"
version = "0.11.3"
version = "0.11.4"
edition = "2021"
license = "MIT"
authors = ["Paul Makles <me@insrt.uk>"]