From 912a8eb301d30bd73192ab24b2ae8aeb74e0cbfa Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Thu, 24 Oct 2024 10:25:39 +0200 Subject: [PATCH] REL: Prepare release of 0.13 --- CHANGELOG.md | 15 +++------------ pom.xml | 2 +- src/doc/conf.py | 4 ++-- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4fea239..15ca1b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,7 @@ 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] - -### Added +## [0.13.0] - 2024-10-24 ### Changed @@ -15,15 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 compatible to MariaDB >= 10.6. Old SQL dumps may be incompatible to MariaDB 10.6 and above; see [`update_dumps/README.md`](https://gitlab.com/linkahead/linkahead-mariadbbackend/-/blob/main/dump_updates/README.md?ref_type=heads) - for more information and a script to update incompatible dumps. - -### Deprecated - -### Removed - -### Fixed - -### Security + in the LinkAhead MariaDB Backend repo for more information and a + script to update incompatible dumps. ## [0.12.3] - 2024-09-25 diff --git a/pom.xml b/pom.xml index d3623577..9ddf6a85 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.caosdb</groupId> <artifactId>caosdb-server</artifactId> - <version>0.12.4-SNAPSHOT</version> + <version>0.13.0</version> <packaging>jar</packaging> <name>CaosDB Server</name> <scm> diff --git a/src/doc/conf.py b/src/doc/conf.py index 3a0536f0..cd370a64 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -26,9 +26,9 @@ copyright = '2023, IndiScale GmbH' author = 'Daniel Hornung, Timm Fitschen' # The short X.Y version -version = '0.12.4' +version = '0.13.0' # The full version, including alpha/beta/rc tags -release = '0.12.4-SNAPSHOT' +release = '0.13.0' # -- General configuration --------------------------------------------------- -- GitLab