Release ruma-server-util 0.3.0
This commit is contained in:
parent
2b46250c8b
commit
38369dc53b
@ -28,7 +28,7 @@ ruma-identity-service-api = { version = "0.8.0", path = "crates/ruma-identity-se
|
|||||||
ruma-macros = { version = "=0.13.0", path = "crates/ruma-macros" }
|
ruma-macros = { version = "=0.13.0", path = "crates/ruma-macros" }
|
||||||
ruma-push-gateway-api = { version = "0.8.0", path = "crates/ruma-push-gateway-api" }
|
ruma-push-gateway-api = { version = "0.8.0", path = "crates/ruma-push-gateway-api" }
|
||||||
ruma-signatures = { version = "0.14.0", path = "crates/ruma-signatures" }
|
ruma-signatures = { version = "0.14.0", path = "crates/ruma-signatures" }
|
||||||
ruma-server-util = { version = "0.2.0", path = "crates/ruma-server-util" }
|
ruma-server-util = { version = "0.3.0", path = "crates/ruma-server-util" }
|
||||||
ruma-state-res = { version = "0.10.0", path = "crates/ruma-state-res" }
|
ruma-state-res = { version = "0.10.0", path = "crates/ruma-state-res" }
|
||||||
serde = { version = "1.0.164", features = ["derive"] }
|
serde = { version = "1.0.164", features = ["derive"] }
|
||||||
serde_html_form = "0.2.0"
|
serde_html_form = "0.2.0"
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.3.0
|
||||||
|
|
||||||
|
Breaking changes:
|
||||||
|
|
||||||
|
- The headers dependency was upgraded to 0.4.0
|
||||||
|
|
||||||
# 0.2.0
|
# 0.2.0
|
||||||
|
|
||||||
No changes for this version
|
No changes for this version
|
||||||
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||||||
name = "ruma-server-util"
|
name = "ruma-server-util"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user