From b61d9e9d6c602dda5cca9d65c968100efad557e2 Mon Sep 17 00:00:00 2001 From: Silent <46107752+TheSilentPro@users.noreply.github.com> Date: Sat, 25 Jul 2026 01:34:50 +0200 Subject: [PATCH] chore(master): release 7.0.0-rc.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ headdb-api/pom.xml | 2 +- headdb-core/pom.xml | 2 +- headdb-platforms/headdb-paper/pom.xml | 2 +- headdb-platforms/pom.xml | 2 +- pom.xml | 2 +- version.txt | 2 +- 8 files changed, 22 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c0c1540..9ec5b70 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0-rc.6" + ".": "7.0.0-rc.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1afe120..3a5a787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ # Changelog +## [7.0.0-rc.7](https://github.com/SilentDevelopment/HeadDB/compare/7.0.0-rc.6...7.0.0-rc.7) (2026-07-24) + + +### Fixes + +* **ci:** correct release candidate versioning ([#94](https://github.com/SilentDevelopment/HeadDB/issues/94)) ([39c578e](https://github.com/SilentDevelopment/HeadDB/commit/39c578e5901a35a047e38c82cd129310a7878ce8)) +* **ci:** mark workflow scripts executable ([#92](https://github.com/SilentDevelopment/HeadDB/issues/92)) ([bec6528](https://github.com/SilentDevelopment/HeadDB/commit/bec65283f6d3d39384847cbb84c38869721e5d07)) + + +### Continuous integration + +* streamline build and release pipelines [skip ci] ([8b39518](https://github.com/SilentDevelopment/HeadDB/commit/8b39518c68523613f8fd9a63881968e389c42e7b)) + +## Changelog + All notable changes to HeadDB are recorded here. Releases follow [Semantic Versioning](https://semver.org/) and are generated from Conventional Commits by Release Please. diff --git a/headdb-api/pom.xml b/headdb-api/pom.xml index ed8d66d..11bbff1 100644 --- a/headdb-api/pom.xml +++ b/headdb-api/pom.xml @@ -6,7 +6,7 @@ io.github.silentdevelopment.headdb HeadDB - 7.0.0-rc.6 + 7.0.0-rc.7 headdb-api diff --git a/headdb-core/pom.xml b/headdb-core/pom.xml index fc6feff..45bd485 100644 --- a/headdb-core/pom.xml +++ b/headdb-core/pom.xml @@ -6,7 +6,7 @@ io.github.silentdevelopment.headdb HeadDB - 7.0.0-rc.6 + 7.0.0-rc.7 headdb-core diff --git a/headdb-platforms/headdb-paper/pom.xml b/headdb-platforms/headdb-paper/pom.xml index 53f97a0..c896f95 100644 --- a/headdb-platforms/headdb-paper/pom.xml +++ b/headdb-platforms/headdb-paper/pom.xml @@ -7,7 +7,7 @@ io.github.silentdevelopment.headdb HeadDB - 7.0.0-rc.6 + 7.0.0-rc.7 ../../pom.xml diff --git a/headdb-platforms/pom.xml b/headdb-platforms/pom.xml index 96ab1f3..3cba00c 100644 --- a/headdb-platforms/pom.xml +++ b/headdb-platforms/pom.xml @@ -6,7 +6,7 @@ io.github.silentdevelopment.headdb HeadDB - 7.0.0-rc.6 + 7.0.0-rc.7 headdb-platforms diff --git a/pom.xml b/pom.xml index 64016ba..7420edd 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.github.silentdevelopment.headdb HeadDB - 7.0.0-rc.6 + 7.0.0-rc.7 pom HeadDB diff --git a/version.txt b/version.txt index 9600788..c4fbc16 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.0.0-rc.6 \ No newline at end of file +7.0.0-rc.7