Release ruma-state-res 0.4.1

This commit is contained in:
Jonas Platte 2021-09-01 21:55:04 +02:00
parent 6abf9f7d99
commit 09acfb1b0b
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# [unreleased] # [unreleased]
# 0.4.1
Improvements:
* Improve performance of `StateResolution::separate`
# 0.4.0 # 0.4.0
Breaking changes: Breaking changes:

View File

@ -8,7 +8,7 @@ homepage = "https://www.ruma.io/"
repository = "https://github.com/ruma/ruma" repository = "https://github.com/ruma/ruma"
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"
version = "0.4.0" version = "0.4.1"
edition = "2018" edition = "2018"
[package.metadata.docs.rs] [package.metadata.docs.rs]

View File

@ -126,7 +126,7 @@ ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
ruma-client = { version = "0.7.0", path = "../ruma-client", optional = true } ruma-client = { version = "0.7.0", path = "../ruma-client", optional = true }
ruma-events = { version = "0.24.5", path = "../ruma-events", optional = true } ruma-events = { version = "0.24.5", path = "../ruma-events", optional = true }
ruma-signatures = { version = "0.9.0", path = "../ruma-signatures", optional = true } ruma-signatures = { version = "0.9.0", path = "../ruma-signatures", optional = true }
ruma-state-res = { version = "0.4.0", path = "../ruma-state-res", optional = true } ruma-state-res = { version = "0.4.1", path = "../ruma-state-res", optional = true }
ruma-api = { version = "0.18.3", path = "../ruma-api", optional = true } ruma-api = { version = "0.18.3", path = "../ruma-api", optional = true }
ruma-appservice-api = { version = "0.4.0", path = "../ruma-appservice-api", optional = true } ruma-appservice-api = { version = "0.4.0", path = "../ruma-appservice-api", optional = true }