Release ruma-client 0.5.0-alpha.1

This commit is contained in:
Jonas Platte 2021-01-02 15:31:08 +01:00
parent a377ac87da
commit 1c47963bef
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 12 additions and 2 deletions

10
ruma-client/CHANGELOG.md Normal file
View File

@ -0,0 +1,10 @@
# 0.5.0 (unreleased)
Breaking changes:
* Rename the Cargo feature `tls` to `tls-native`
* Upgrade dependencies
Improvements:
* Add support for rustls as the TLS backend

View File

@ -13,7 +13,7 @@ license = "MIT"
name = "ruma-client"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.4.0"
version = "0.5.0-alpha.1"
[dependencies]
assign = "1.1.1"
@ -33,7 +33,7 @@ serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"
[dev-dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
ruma = { version = "0.0.2", path = "../ruma", features = ["client-api"] }
tokio = { version = "1.0.1", features = ["macros", "rt"] }