Skip to content
Snippets Groups Projects
Verified Commit 2cfe2a3e authored by Timm Fitschen's avatar Timm Fitschen
Browse files

REL: prepare release 0.2.2

parent d12789ad
No related branches found
No related tags found
1 merge request!45Release 0.2.2
Checking pipeline status
......@@ -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
......
......@@ -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`)
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment