Release ruma 0.4.0

This commit is contained in:
Jonas Platte 2021-08-26 12:34:40 +02:00
parent 50f0327b0b
commit fcb40894f4
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# [unreleased] # [unreleased]
# 0.4.0
Breaking changes:
* Upgrade ruma-state-res to 0.4.0
* If you are not using state-res, there is no need to upgrade
# 0.3.0 # 0.3.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.3.0" version = "0.4.0"
edition = "2018" edition = "2018"
[package.metadata.docs.rs] [package.metadata.docs.rs]