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

Merge branch 'release-0.3.0' into 'dev'

Release 0.3.0

See merge request !60
parents 07b15011 119e10dd
No related branches found
No related tags found
1 merge request!60Release 0.3.0
Pipeline #58191 passed with warnings
Pipeline: caosdb-cppinttest

#58200

    ...@@ -24,7 +24,7 @@ guidelines of the LinkAhead Project ...@@ -24,7 +24,7 @@ guidelines of the LinkAhead Project
    4. Update version numbers: 4. Update version numbers:
    1. In [CMakeLists.txt](./CMakeLists.txt): Check the version variables and 1. In [CMakeLists.txt](./CMakeLists.txt): Check the version variables and
    make sure that the compatible caosdb-server version is set correctly. make sure that the compatible caosdb-server version is set correctly.
    2. In `conanfile.py`: Update the `version` variable. 2. In `conanfile.py` and `vcpkg.json`: Update the `version` variable.
    3. In `linkahead-cppinttest/conanfile.py`: Update the version 3. In `linkahead-cppinttest/conanfile.py`: Update the version
    5. Merge the release branch into the main branch. 5. Merge the release branch into the main branch.
    ......
    ...@@ -7,7 +7,7 @@ from conan.errors import ConanInvalidConfiguration ...@@ -7,7 +7,7 @@ from conan.errors import ConanInvalidConfiguration
    class LinkAheadConan(ConanFile): class LinkAheadConan(ConanFile):
    name = "linkahead" name = "linkahead"
    version = "0.3.0-dev" version = "0.3.0"
    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,20 +5,20 @@ All notable changes to this project will be documented in this file. ...@@ -5,20 +5,20 @@ 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 ## ## [0.3.0] - 2024-11-15
    (*Maintainer*) (Joscha Schmiedt)
    ### Added ### Added
    - Connection::ListUsers method - `Connection::ListUsers` method
    - Added support for compilation with vcpkg. - Added experimental support for compilation with vcpkg.
    ### Changed ### Changed
    - Renamed the project to linkahead-cpplib - Renamed the project to linkahead-cpplib
    - Updated dependency versions. - Updated dependency versions (Boost, gRPC)
    - Updated Python dependencies for Conan 2 and support Python 3.12. - Updated Python dependencies for Conan 2 and support Python 3.12.
    - Updated C++ package manager Conan to 2.5.0. - Updated C++ package manager Conan to 2.5.0 including migration of conanfile.py
    ### Deprecated ### Deprecated
    ...@@ -35,14 +35,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -35,14 +35,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
    ### Documentation ### Documentation
    ## [0.2.2] - 2023-06-15 ## ## [0.2.2] - 2023-06-15
    (Timm Fitschen) (Timm Fitschen)
    ### Added ### Added
    * Support for `SELECT` queries. * Support for `SELECT` queries.
    ## [0.2.1] - 2022-09-22 ## ## [0.2.1] - 2022-09-22
    (Daniel Hornung) (Daniel Hornung)
    ### Changed ### ### Changed ###
    ......
    { {
    "name": "liblinkahead", "name": "liblinkahead",
    "version-string": "0.3.0-dev", "version-string": "0.3.0",
    "port-version": 1, "port-version": 1,
    "description": "C++ library for the LinkAhead project", "description": "C++ library for the LinkAhead project",
    "license": "AGPL-3.0-or-later", "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