Release ruma 0.2.0

This commit is contained in:
Jonas Platte 2021-06-21 18:12:35 +02:00
parent bbd22ab1e0
commit a54a28bfe1
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
2 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,19 @@
# [unreleased]
# 0.2.0
Breaking changes:
* Upgrade sub-crates. The relevant breaking changes can be found in the changelogs of
* ruma-events 0.23.0
* ruma-appservice-api 0.3.0
* ruma-client-api 0.11.0
* ruma-federation-api 0.2.0
* ruma-identity-service-api 0.2.0
* ruma-push-gateway-api 0.2.0
* ruma-signatures 0.8.0
* ruma-state-res 0.2.0
# 0.1.2
Improvements:

View File

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