From 47e09c471dadc6467c2ae91156cfd24410969b8f Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 17 Aug 2021 13:21:49 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index adfba109..342d57ba 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ dependencies: ```toml # crates.io release -ruma = { version = "0.1", features = [...] } +ruma = { version = "0.3.0", features = [...] } # git dependency (the next branch contains some breaking changes main doesn't) ruma = { git = "https://github.com/ruma/ruma", branch = "next", features = [...] } ``` @@ -38,9 +38,9 @@ them. Check out the documentation [on docs.rs][docs] (or on ## Status -As of 2021-05-06, we support the vast majority of endpoints in all of the -various Matrix APIs, the notable exception being the identity service API, -where a few endpoints are still missing. +As of 2021-08-17, we support the entirety of the latest released versions of +the various Matrix APIs. Various popular MSCs are also implemented, gated behind +the `unstable-pre-spec` Cargo feature. ## Contributing