From f585772d01a6267d5041c1b9089a66a74a3b9204 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Fri, 27 Jun 2025 16:05:15 +0200 Subject: [PATCH] BUILD: Bump versions for release 8.1.0 --- CHANGELOG.md | 8 +------- CITATION.cff | 4 ++-- doc/conf.py | 4 ++-- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e102be5..cb4d9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,12 @@ 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] +## [8.1.0] - 2025-06-27 ### Added - New version requirement: MariaDB 11.2 or later. -### Changed - -### Deprecated - ### Removed - MySQL support. See the deprecation in the 7.0.0 release. @@ -29,8 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 collation and character sets. This requires MariaDB 11.2 or later, see above. -### Security - ## [8.0.0] - 2024-10-24 ## ### Added ### diff --git a/CITATION.cff b/CITATION.cff index 3d997f9..49e4228 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -23,6 +23,6 @@ authors: given-names: Stefan orcid: https://orcid.org/0000-0001-7214-8125 title: "LinkAhead - MariaDB Backend" -version: 8.0.0 +version: 8.1.0 doi: 10.3390/data4020083 -date-released: 2024-10-10 +date-released: 2025-06-27 diff --git a/doc/conf.py b/doc/conf.py index b679a2b..8b94ae3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -26,9 +26,9 @@ copyright = '2021 - 2024, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '8.0.1' +version = '8.1.0' # The full version, including alpha/beta/rc tags -release = '8.0.1-SNAPSHOT' +release = '8.1.0' # -- General configuration --------------------------------------------------- -- GitLab