Release ruma-state-res 0.2.0

This commit is contained in:
Jonas Platte
2021-06-21 18:03:39 +02:00
parent 9997f40985
commit 5a1192f158
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# [unreleased]
# 0.2.0
Breaking changes:
* Replace `Vec` by `BTreeSet` in parts of the API
# 0.1.0
Initial release

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