Release ruma 0.1.2
This commit is contained in:
parent
d2d286bf29
commit
62cd10d568
@ -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:
|
||||||
|
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user