Release ruma 0.1.2

This commit is contained in:
Jonas Platte 2021-06-01 22:05:29 +02:00
parent d2d286bf29
commit 62cd10d568
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,16 @@
# [unreleased] # [unreleased]
# 0.1.2
Improvements:
* Bump version of `ruma-common` and `ruma-client-api`, switching the canonical
location of `ThirdPartyIdentifier`
(now `ruma::thirdparty::ThirdPartyIdentifier`)
For backwards compatibility, it is still available at the old path in
`ruma::client::api::r0::contact::get_contacts`
# 0.1.1 # 0.1.1
Improvements: Improvements:

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.1.1" version = "0.1.2"
edition = "2018" edition = "2018"
[package.metadata.docs.rs] [package.metadata.docs.rs]