Skip to content
Snippets Groups Projects
Verified Commit f3d6f833 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

Merge branch 'main' into dev, bumping version number.

parents 020614c0 8707974a
No related branches found
No related tags found
1 merge request!37REL: Release v0.1.2
Pipeline #21632 passed
Pipeline: caosdb-cppinttest

#21636

    ...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
    cmake_minimum_required(VERSION 3.13) cmake_minimum_required(VERSION 3.13)
    set(libcaosdb_VERSION 0.2.0) set(libcaosdb_VERSION 0.1.2)
    set(libcaosdb_COMPATIBLE_SERVER_VERSION_MAJOR 0) set(libcaosdb_COMPATIBLE_SERVER_VERSION_MAJOR 0)
    set(libcaosdb_COMPATIBLE_SERVER_VERSION_MINOR 7) set(libcaosdb_COMPATIBLE_SERVER_VERSION_MINOR 7)
    set(libcaosdb_COMPATIBLE_SERVER_VERSION_PATCH 1) set(libcaosdb_COMPATIBLE_SERVER_VERSION_PATCH 2)
    set(libcaosdb_COMPATIBLE_SERVER_VERSION_PRE_RELEASE "") set(libcaosdb_COMPATIBLE_SERVER_VERSION_PRE_RELEASE "")
    project(libcaosdb project(libcaosdb
    ......
    ...@@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
    ### Security ### Security
    ## [0.1.1 - 2022-04-12]
    ### Security
    - Bumped zlib dependency to 1.2.12.
    ## [0.1.0 - 2021-12-11] ## [0.1.0 - 2021-12-11]
    Initial Release. Initial Release.
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment