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
Branches
Tags
1 merge request!45Release 0.2.2
Pipeline #37766 passed with warnings
Pipeline: caosdb-cppinttest

#37767

    ...@@ -9,7 +9,7 @@ guidelines of the CaosDB Project ...@@ -9,7 +9,7 @@ guidelines of the CaosDB Project
    * All tests are passing. * All tests are passing.
    * FEATURES.md is up-to-date and a public API is being declared in that document. * FEATURES.md is up-to-date and a public API is being declared in that document.
    * CHANGELOG.md is up-to-date. * CHANGELOG.md is up-to-date.
    * DEPENDENCIES.md is up-to-date. * DEPENDENCIES.md is up-to-date (e.g. server version)
    ## Steps ## Steps
    ......
    ...@@ -2,7 +2,13 @@ ...@@ -2,7 +2,13 @@
    Exact versions of some packages here are listed in `requirements.txt`. 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`) >=conan-1.54.0 (e.g. with `pip install conan`)
    ......
    ...@@ -28,6 +28,10 @@ as a client. ...@@ -28,6 +28,10 @@ as a client.
    Current limitations: The implementation does not support mixing retrievals with Current limitations: The implementation does not support mixing retrievals with
    write-transactions. write-transactions.
    ### Query
    Support for `FIND`, `SELECT` and `COUNT` queries.
    ## CaosDB Info API ## CaosDB Info API
    This library implements the CaosDB Info API (caosdb.info.v1) as a client 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.
    Please register or to comment