From 33d50d37ce4928db575e9176cca8fd9f7e6aed59 Mon Sep 17 00:00:00 2001 From: Fabian Engelniederhammer Date: Mon, 26 Aug 2024 11:20:11 +0200 Subject: [PATCH] docs(root): document that regex support in LAPIS (as of 0.2.10) requires at least SILO 0.2.14 --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 089da436..411ee927 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,11 @@ The OpenAPI specification is available at `url.to.lapis:/api-docs` (in JSO This table shows which LAPIS version is required for which SILO version. Higher versions will also work if they are not specified in the table. -| LAPIS | SILO | -|-------|-------| -| 0.2.1 | 0.2.0 | -| 0.1 | 0.1.0 | +| LAPIS | SILO | +|--------|--------| +| 0.2.10 | 0.2.14 | +| 0.2.1 | 0.2.0 | +| 0.1 | 0.1.0 | ## Repository Structure