diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c0c1540..1547db6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0-rc.6" + ".": "7.0.1-rc.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1afe120..2284e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ # Changelog +## [7.0.1-rc.6](https://github.com/SilentDevelopment/HeadDB/compare/7.0.0-rc.6...7.0.1-rc.6) (2026-07-24) + + +### Fixes + +* **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 551ff8c..7264af9 100644 --- a/headdb-api/pom.xml +++ b/headdb-api/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 io.github.silentdevelopment.headdb HeadDB - 7.0.0-rc.6 + 7.0.1-rc.6 headdb-api diff --git a/headdb-core/pom.xml b/headdb-core/pom.xml index 6da080f..28ce33b 100644 --- a/headdb-core/pom.xml +++ b/headdb-core/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 io.github.silentdevelopment.headdb HeadDB - 7.0.0-rc.6 + 7.0.1-rc.6 headdb-core diff --git a/headdb-platforms/headdb-paper/pom.xml b/headdb-platforms/headdb-paper/pom.xml index ffd92dc..5ec3575 100644 --- a/headdb-platforms/headdb-paper/pom.xml +++ b/headdb-platforms/headdb-paper/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 io.github.silentdevelopment.headdb HeadDB - 7.0.0-rc.6 + 7.0.1-rc.6 ../../pom.xml diff --git a/headdb-platforms/pom.xml b/headdb-platforms/pom.xml index 2ad5792..ba47cc9 100644 --- a/headdb-platforms/pom.xml +++ b/headdb-platforms/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 io.github.silentdevelopment.headdb HeadDB - 7.0.0-rc.6 + 7.0.1-rc.6 headdb-platforms diff --git a/pom.xml b/pom.xml index 7952247..19af20e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,10 @@ - + 4.0.0 io.github.silentdevelopment.headdb HeadDB - 7.0.0-rc.6 + 7.0.1-rc.6 pom HeadDB