chore(main): release 0.13.6 (#762)

* chore(main): release 0.13.6

* 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-05-18 15:53:42 -07:00
committed by GitHub
parent 5b1985381a
commit 03b52655ff
23 changed files with 69 additions and 48 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.13.5"
".": "0.13.6"
}

View File

@@ -1,5 +1,26 @@
# Changelog
## [0.13.6](https://github.com/stoatchat/stoatchat/compare/v0.13.5...v0.13.6) (2026-05-18)
### Features
* Update FCM payload for android notifications ([#766](https://github.com/stoatchat/stoatchat/issues/766)) ([acbc087](https://github.com/stoatchat/stoatchat/commit/acbc087982e9aeb05cabc5ab4c9b1291f67490ad))
* user slowmode events ([#760](https://github.com/stoatchat/stoatchat/issues/760)) ([af0d8aa](https://github.com/stoatchat/stoatchat/commit/af0d8aad14dc68d88159d0e1c714077d362e21e4))
### Bug Fixes
* include `minio` region as tests need it ([#761](https://github.com/stoatchat/stoatchat/issues/761)) ([298742d](https://github.com/stoatchat/stoatchat/commit/298742dbad4eafae356f976c56b9db23904b0c3a))
* set env var for publishing crates ([#768](https://github.com/stoatchat/stoatchat/issues/768)) ([018afaf](https://github.com/stoatchat/stoatchat/commit/018afaf38f6330d92dad2a68b640c0cb3f6b639a))
* Use proper headers to determine IP when not behind cloudflare ([#764](https://github.com/stoatchat/stoatchat/issues/764)) ([494c8b7](https://github.com/stoatchat/stoatchat/commit/494c8b7cabaae2a51039a7a5b559d5e2e5279554))
* voice ingress crashing due to new Result in AMQP::new_auto() ([#765](https://github.com/stoatchat/stoatchat/issues/765)) ([2871632](https://github.com/stoatchat/stoatchat/commit/2871632382395cb20cbe0047c542d3ac31ff3f03))
### Miscellaneous Chores
* switch to lapin ([#767](https://github.com/stoatchat/stoatchat/issues/767)) ([5b19853](https://github.com/stoatchat/stoatchat/commit/5b1985381ae829a92c80a19e91a414cd9dc4de93))
## [0.13.5](https://github.com/stoatchat/stoatchat/compare/v0.13.4...v0.13.5) (2026-05-17)

36
Cargo.lock generated
View File

@@ -7488,7 +7488,7 @@ dependencies = [
[[package]]
name = "revolt-autumn"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"axum",
"axum-macros",
@@ -7529,7 +7529,7 @@ dependencies = [
[[package]]
name = "revolt-bonfire"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"async-channel 2.5.0",
"async-std",
@@ -7560,7 +7560,7 @@ dependencies = [
[[package]]
name = "revolt-coalesced"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"indexmap 2.13.1",
"lru",
@@ -7569,7 +7569,7 @@ dependencies = [
[[package]]
name = "revolt-config"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"async-std",
"cached",
@@ -7586,7 +7586,7 @@ dependencies = [
[[package]]
name = "revolt-crond"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"futures-lite",
"iso8601-timestamp",
@@ -7606,7 +7606,7 @@ dependencies = [
[[package]]
name = "revolt-database"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"async-lock 2.8.0",
"async-recursion",
@@ -7657,7 +7657,7 @@ dependencies = [
[[package]]
name = "revolt-delta"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"async-channel 2.5.0",
"async-std",
@@ -7706,7 +7706,7 @@ dependencies = [
[[package]]
name = "revolt-files"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"aes-gcm",
"anyhow",
@@ -7734,7 +7734,7 @@ dependencies = [
[[package]]
name = "revolt-gifbox"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"axum",
"axum-extra",
@@ -7757,7 +7757,7 @@ dependencies = [
[[package]]
name = "revolt-january"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"async-recursion",
"axum",
@@ -7787,7 +7787,7 @@ dependencies = [
[[package]]
name = "revolt-models"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"indexmap 2.13.1",
"iso8601-timestamp",
@@ -7806,14 +7806,14 @@ dependencies = [
[[package]]
name = "revolt-parser"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"logos",
]
[[package]]
name = "revolt-permissions"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"async-std",
"async-trait",
@@ -7828,7 +7828,7 @@ dependencies = [
[[package]]
name = "revolt-presence"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"async-std",
"log",
@@ -7840,7 +7840,7 @@ dependencies = [
[[package]]
name = "revolt-pushd"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"anyhow",
"async-trait",
@@ -7871,7 +7871,7 @@ dependencies = [
[[package]]
name = "revolt-ratelimits"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"async-trait",
"authifier",
@@ -7888,7 +7888,7 @@ dependencies = [
[[package]]
name = "revolt-result"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"axum",
"log",
@@ -7904,7 +7904,7 @@ dependencies = [
[[package]]
name = "revolt-voice-ingress"
version = "0.13.5"
version = "0.13.6"
dependencies = [
"async-std",
"chrono",

View File

@@ -191,13 +191,13 @@ futures-lite = "2.6.1"
vergen = "7.5.0"
# Local packages
revolt-coalesced = { version = "0.13.5", path = "crates/core/coalesced" }
revolt-config = { version = "0.13.5", path = "crates/core/config" }
revolt-database = { version = "0.13.5", path = "crates/core/database" }
revolt-files = { version = "0.13.5", path = "crates/core/files" }
revolt-models = { version = "0.13.5", path = "crates/core/models" }
revolt-parser = { version = "0.13.5", path = "crates/core/parser" }
revolt-permissions = { version = "0.13.5", path = "crates/core/permissions" }
revolt-presence = { version = "0.13.5", path = "crates/core/presence" }
revolt-ratelimits = { version = "0.13.5", path = "crates/core/ratelimits" }
revolt-result = { version = "0.13.5", path = "crates/core/result" }
revolt-coalesced = { version = "0.13.6", path = "crates/core/coalesced" }
revolt-config = { version = "0.13.6", path = "crates/core/config" }
revolt-database = { version = "0.13.6", path = "crates/core/database" }
revolt-files = { version = "0.13.6", path = "crates/core/files" }
revolt-models = { version = "0.13.6", path = "crates/core/models" }
revolt-parser = { version = "0.13.6", path = "crates/core/parser" }
revolt-permissions = { version = "0.13.6", path = "crates/core/permissions" }
revolt-presence = { version = "0.13.6", path = "crates/core/presence" }
revolt-ratelimits = { version = "0.13.6", path = "crates/core/ratelimits" }
revolt-result = { version = "0.13.6", path = "crates/core/result" }

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-bonfire"
version = "0.13.5"
version = "0.13.6"
license = "AGPL-3.0-or-later"
edition = "2021"
publish = false

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-coalesced"
version = "0.13.5"
version = "0.13.6"
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.13.5"
version = "0.13.6"
edition = "2021"
license = "MIT"
authors = ["Paul Makles <me@insrt.uk>"]

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-database"
version = "0.13.5"
version = "0.13.6"
edition = "2021"
license = "AGPL-3.0-or-later"
authors = ["Paul Makles <me@insrt.uk>"]

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-files"
version = "0.13.5"
version = "0.13.6"
edition = "2021"
license = "AGPL-3.0-or-later"
authors = ["Paul Makles <me@insrt.uk>"]

View File

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

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-parser"
version = "0.13.5"
version = "0.13.6"
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.13.5"
version = "0.13.6"
edition = "2021"
license = "MIT"
authors = ["Paul Makles <me@insrt.uk>"]

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-presence"
version = "0.13.5"
version = "0.13.6"
edition = "2021"
license = "AGPL-3.0-or-later"
authors = ["Paul Makles <me@insrt.uk>"]

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-ratelimits"
version = "0.13.5"
version = "0.13.6"
edition = "2024"
license = "MIT"
authors = ["Zomatree <me@zomatree.live>", "Paul Makles <me@insrt.uk>"]

View File

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

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-crond"
version = "0.13.5"
version = "0.13.6"
license = "AGPL-3.0-or-later"
authors = ["Paul Makles <me@insrt.uk>"]
edition = "2021"

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-pushd"
version = "0.13.5"
version = "0.13.6"
edition = "2021"
license = "AGPL-3.0-or-later"
publish = false

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-voice-ingress"
version = "0.13.5"
version = "0.13.6"
license = "AGPL-3.0-or-later"
edition = "2021"
publish = false

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-delta"
version = "0.13.5"
version = "0.13.6"
license = "AGPL-3.0-or-later"
authors = ["Paul Makles <paulmakles@gmail.com>"]
edition = "2018"

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-autumn"
version = "0.13.5"
version = "0.13.6"
edition = "2021"
license = "AGPL-3.0-or-later"
publish = false

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-gifbox"
version = "0.13.5"
version = "0.13.6"
edition = "2021"
license = "AGPL-3.0-or-later"
publish = false

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-january"
version = "0.13.5"
version = "0.13.6"
edition = "2021"
license = "AGPL-3.0-or-later"
publish = false

View File

@@ -1 +1 @@
0.13.5
0.13.6