From 7a84fb2d3fccd2f775ddc95597bce903a687b7ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 15 Feb 2023 12:02:10 +0100 Subject: [PATCH] readme: Advertise support for Matrix 1.6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caee84bc..ba1ea8c8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ dependencies: ```toml # crates.io release -ruma = { version = "0.8.0", features = ["..."] } +ruma = { version = "0.8.2", features = ["..."] } # git dependency 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 -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 behind the `unstable-mscXXXX` (where `XXXX` is the MSC number) Cargo features.