readme: Advertise support for Matrix 1.6

This commit is contained in:
Kévin Commaille 2023-02-15 12:02:10 +01:00 committed by Kévin Commaille
parent 361b4d2ab1
commit 7a84fb2d3f

View File

@ -24,7 +24,7 @@ dependencies:
```toml ```toml
# crates.io release # crates.io release
ruma = { version = "0.8.0", features = ["..."] } ruma = { version = "0.8.2", features = ["..."] }
# git dependency # git dependency
ruma = { git = "https://github.com/ruma/ruma", branch = "main", features = ["..."] } ruma = { git = "https://github.com/ruma/ruma", branch = "main", features = ["..."] }
``` ```
@ -38,7 +38,7 @@ them as a user. Check out the documentation [on docs.rs][docs] (or on
## Status ## Status
Ruma 0.8 supports all events and REST endpoints of Matrix v1.4. Ruma 0.8.2 supports all events and REST endpoints of Matrix 1.6.
Various changes from in-progress or finished MSCs are also implemented, gated Various changes from in-progress or finished MSCs are also implemented, gated
behind the `unstable-mscXXXX` (where `XXXX` is the MSC number) Cargo features. behind the `unstable-mscXXXX` (where `XXXX` is the MSC number) Cargo features.