Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • caosdb/src/caosdb-cpplib
1 result
Show changes
Commits on Source (3)
......@@ -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",
......