From 2cfe2a3e16907ef834f4a40de2be666c6b05b913 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Thu, 15 Jun 2023 10:28:36 +0200
Subject: [PATCH] REL: prepare release 0.2.2

---
 RELEASE_GUIDELINES.md | 2 +-
 doc/DEPENDENCIES.md   | 8 +++++++-
 doc/FEATURES.md       | 4 ++++
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md
index faa7d43..8260a98 100644
--- a/RELEASE_GUIDELINES.md
+++ b/RELEASE_GUIDELINES.md
@@ -9,7 +9,7 @@ guidelines of the CaosDB Project
 * All tests are passing.
 * FEATURES.md is up-to-date and a public API is being declared in that document.
 * CHANGELOG.md is up-to-date.
-* DEPENDENCIES.md is up-to-date.
+* DEPENDENCIES.md is up-to-date (e.g. server version)
 
 ## Steps
 
diff --git a/doc/DEPENDENCIES.md b/doc/DEPENDENCIES.md
index 2716e78..eb31b5c 100644
--- a/doc/DEPENDENCIES.md
+++ b/doc/DEPENDENCIES.md
@@ -2,7 +2,13 @@
 
 Exact versions of some packages here are listed in `requirements.txt`.
 
-## General ##
+## Server ##
+
+```
+>=caosdb-server-0.9.0
+```
+
+## Compiling ##
 
 ```
 >=conan-1.54.0 (e.g. with `pip install conan`)
diff --git a/doc/FEATURES.md b/doc/FEATURES.md
index d90a581..7705748 100644
--- a/doc/FEATURES.md
+++ b/doc/FEATURES.md
@@ -28,6 +28,10 @@ as a client.
 Current limitations: The implementation does not support mixing retrievals with
 write-transactions.
 
+### Query
+
+Support for `FIND`, `SELECT` and `COUNT` queries.
+
 ## CaosDB Info API
 
 This library implements the CaosDB Info API (caosdb.info.v1) as a client
-- 
GitLab