From f23ef514e45cd2be3f79967a5273ea7ca48f1c38 Mon Sep 17 00:00:00 2001 From: Tpt Date: Mon, 12 Jun 2023 21:06:25 +0200 Subject: [PATCH] Adds a link to the v0.4 development branch --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f7ed68e..5313fd0f 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Oxigraph is in heavy development and SPARQL query evaluation has not been optimi The development roadmap is using [GitHub milestones](https://github.com/oxigraph/oxigraph/milestones?direction=desc&sort=completeness&state=open). Oxigraph internal design [is described on the wiki](https://github.com/oxigraph/oxigraph/wiki/Architecture). +The future 0.4 release is currently in development in the [next branch](https://github.com/oxigraph/oxigraph/tree/next). + It is split into multiple parts: - [The database written as a Rust library](https://crates.io/crates/oxigraph). Its source code is in the `lib` directory.