chore(main): release 0.10.0 (#502)

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-01-25 20:58:16 +00:00
committed by GitHub
parent 1fef495d5e
commit 84b57dee57
22 changed files with 98 additions and 231 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-ratelimits"
version = "0.9.4"
version = "0.10.0"
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.9.4", path = "../database" }
revolt-result = { version = "0.9.4", path = "../result" }
revolt-config = { version = "0.9.4", path = "../config" }
revolt-database = { version = "0.10.0", path = "../database" }
revolt-result = { version = "0.10.0", path = "../result" }
revolt-config = { version = "0.10.0", path = "../config" }
rocket = { version = "0.5.1", optional = true }
revolt_rocket_okapi = { version = "0.10.0", optional = true }