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

MAINT: prepare release 0.2

parent 8558d85e
Branches
Tags v0.2.0
1 merge request!8Release 0.2
Pipeline #20862 passed
......@@ -11,7 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* EXPERIMENTAL Access Control Management API (caosdb.acm.v1alpha1)
* EntityACL API as extension of the Entity API (caosdb.entity.v1)
* EntityACL API as extension of the Entity API (caosdb.entity.v1) for retrieval and update of entity acls.
* SessionInfo API as extension of the Info API (caosdb.info.v1) for the
retrival of information about the current users session.
### Changed
......
......@@ -20,7 +20,7 @@
cmake_minimum_required(VERSION 3.13)
set(CAOSDB_PROTO_VERSION 0.1.0)
set(CAOSDB_PROTO_VERSION 0.2.0)
project("caosdb-proto"
VERSION ${CAOSDB_PROTO_VERSION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment