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

REL: initiate next release cycle

parent 3cf95683
No related branches found
No related tags found
1 merge request!61Release 0.3.0
Pipeline #40091 passed
Pipeline: caosdb-julialib

#40100

    Pipeline: CaosDB Octave library

    #40099

      Pipeline: caosdb-cppinttest

      #40096

        ...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
        cmake_minimum_required(VERSION 3.13) cmake_minimum_required(VERSION 3.13)
        set(libcaosdb_VERSION 0.2.2) set(libcaosdb_VERSION 0.3.0)
        set(libcaosdb_COMPATIBLE_SERVER_VERSION_MAJOR 0) set(libcaosdb_COMPATIBLE_SERVER_VERSION_MAJOR 0)
        set(libcaosdb_COMPATIBLE_SERVER_VERSION_MINOR 9) set(libcaosdb_COMPATIBLE_SERVER_VERSION_MINOR 9)
        set(libcaosdb_COMPATIBLE_SERVER_VERSION_PATCH 0) set(libcaosdb_COMPATIBLE_SERVER_VERSION_PATCH 0)
        ......
        ...@@ -3,7 +3,7 @@ from conans import ConanFile, CMake, tools ...@@ -3,7 +3,7 @@ from conans import ConanFile, CMake, tools
        class CaosdbConan(ConanFile): class CaosdbConan(ConanFile):
        name = "caosdb" name = "caosdb"
        version = "0.2.2" version = "0.3.0-dev"
        license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
        author = "Timm C. Fitschen <t.fitschen@indiscale.com>" author = "Timm C. Fitschen <t.fitschen@indiscale.com>"
        url = "https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib.git" url = "https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib.git"
        ......
        ...@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file. ...@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
        The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
        and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
        ## [Unreleased] - YYYY-MM-DD ##
        (*Maintainer*)
        ### Added
        ### Changed
        ### Deprecated
        ### Removed
        ### Fixed
        ### Security
        ### Documentation
        ## [0.2.2] - 2023-06-15 ## ## [0.2.2] - 2023-06-15 ##
        (Timm Fitschen) (Timm Fitschen)
        ......
        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