Skip to content
Snippets Groups Projects
Commit ec0ca354 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Merge branch 'dev' into f-dependency-docs

parents 3d88274b 49aecc1d
No related branches found
No related tags found
1 merge request!62Resolve "Add perl as explicit dependency"
Pipeline #58235 passed with warnings
Pipeline: caosdb-cppinttest

#58240

    ......@@ -22,7 +22,7 @@
    cmake_minimum_required(VERSION 3.13)
    set(liblinkahead_VERSION 0.3.0)
    set(liblinkahead_VERSION 0.4.0)
    set(liblinkahead_COMPATIBLE_SERVER_VERSION_MAJOR 0)
    set(liblinkahead_COMPATIBLE_SERVER_VERSION_MINOR 9)
    set(liblinkahead_COMPATIBLE_SERVER_VERSION_PATCH 0)
    ......
    ......@@ -7,7 +7,7 @@ from conan.errors import ConanInvalidConfiguration
    class LinkAheadConan(ConanFile):
    name = "linkahead"
    version = "0.3.0"
    version = "0.4.0-dev"
    license = "AGPL-3.0-or-later"
    author = "Timm C. Fitschen <t.fitschen@indiscale.com>"
    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.
    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).
    ## Unreleased
    (Maintainer)
    ### Added
    ### Changed
    ### Deprecated
    ### Removed
    ### Fixed
    ### Security
    ### Documentation
    ## [0.3.0] - 2024-11-15
    (Joscha Schmiedt)
    ......
    {
    "name": "liblinkahead",
    "version-string": "0.3.0",
    "version-string": "0.4.0-dev",
    "port-version": 1,
    "description": "C++ library for the LinkAhead project",
    "license": "AGPL-3.0-or-later",
    ......
    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