Release ruma 0.3.0

This commit is contained in:
Jonas Platte 2021-08-11 20:57:26 +02:00
parent 1961f7829e
commit ea2ee79aa0
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] # [unreleased]
# 0.3.0
Breaking changes:
* Upgrade sub-crates. The relevant breaking changes can be found in the changelogs of
* ruma-events 0.24.1 (0.24.0 was yanked)
* ruma-appservice-api 0.4.0
* ruma-client-api 0.12.0
* ruma-federation-api 0.3.0
* ruma-identity-service-api 0.3.0
* ruma-push-gateway-api 0.3.0
* ruma-signatures 0.9.0
* ruma-state-res 0.3.0
# 0.2.0 # 0.2.0
Breaking changes: Breaking changes:

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