version ++

This commit is contained in:
valere 2023-05-30 23:56:56 +02:00
parent 1fdfdf993a
commit 6427226ad7
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# v0.7.1
# v0.7.0
- Add a new optional `message-ids` feature which adds a unique ID to the content

View File

@ -9,7 +9,7 @@ name = "matrix-sdk-crypto"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
rust-version = { workspace = true }
version = "0.7.0"
version = "0.7.1"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]