From 49aecc1daa09e453484d2dc1230dcfdbe7928ba2 Mon Sep 17 00:00:00 2001
From: Joscha Schmiedt <joscha@schmiedt.dev>
Date: Wed, 27 Nov 2024 21:50:27 +0100
Subject: [PATCH] Update versions to 0.4-dev

---
 CMakeLists.txt   |  2 +-
 conanfile.py     |  2 +-
 doc/CHANGELOG.md | 18 ++++++++++++++++++
 vcpkg.json       |  2 +-
 4 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 618c6dd..da6a244 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)
diff --git a/conanfile.py b/conanfile.py
index 304c9a7..0b9dc09 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -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"
diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md
index 10389b4..34f1b17 100644
--- a/doc/CHANGELOG.md
+++ b/doc/CHANGELOG.md
@@ -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)
 
diff --git a/vcpkg.json b/vcpkg.json
index a14833b..a86b944 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -1,6 +1,6 @@
 {
   "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",
-- 
GitLab