Release ruma 0.6.3
This commit is contained in:
parent
20fec821a2
commit
b3c8a231ab
@ -1,5 +1,16 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.6.3
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* Fix serialization and deserialization of events with a dynamic `event_type`
|
||||
|
||||
Improvements:
|
||||
|
||||
* Add `From<&UserId>` and `From<&OwnedUserId>` implementations for `UserIdentifier`
|
||||
* Add `UserIdentifier::email` constructor
|
||||
|
||||
# 0.6.2
|
||||
|
||||
Improvements:
|
||||
|
@ -7,7 +7,7 @@ homepage = "https://www.ruma.io/"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
version = "0.6.2"
|
||||
version = "0.6.3"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
@ -5,7 +5,7 @@ edition = "2018"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
ruma = { version = "0.6.2", path = "../../crates/ruma", features = ["client-api-c", "client-ext-client-api", "client-isahc", "rand"] }
|
||||
ruma = { version = "0.6.3", path = "../../crates/ruma", features = ["client-api-c", "client-ext-client-api", "client-isahc", "rand"] }
|
||||
|
||||
anyhow = "1.0.37"
|
||||
isahc = "1.3.1"
|
||||
|
@ -5,7 +5,7 @@ edition = "2018"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
ruma = { version = "0.6.2", path = "../../crates/ruma", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
|
||||
ruma = { version = "0.6.3", path = "../../crates/ruma", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
|
||||
|
||||
anyhow = "1.0.37"
|
||||
tokio = { version = "1.0.1", features = ["macros", "rt"] }
|
||||
|
@ -5,7 +5,7 @@ edition = "2018"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
ruma = { version = "0.6.2", path = "../../crates/ruma", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
|
||||
ruma = { version = "0.6.3", path = "../../crates/ruma", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
|
||||
# For building locally: use the git dependencies below.
|
||||
# Browse the source at this revision here: https://github.com/ruma/ruma/tree/f161c8117c706fc52089999e1f406cf34276ec9d
|
||||
# ruma = { git = "https://github.com/ruma/ruma", rev = "f161c8117c706fc52089999e1f406cf34276ec9d", features = ["client-api-c", "client", "client-hyper-native-tls", "events"] }
|
||||
|
@ -5,7 +5,7 @@ edition = "2018"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
ruma = { version = "0.6.2", path = "../../crates/ruma", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls"] }
|
||||
ruma = { version = "0.6.3", path = "../../crates/ruma", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls"] }
|
||||
|
||||
anyhow = "1.0.37"
|
||||
assign = "1.1.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user