Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.0.0-rc.6"
".": "7.0.1-rc.6"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 2 additions & 4 deletions headdb-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.silentdevelopment.headdb</groupId>
<artifactId>HeadDB</artifactId>
<version>7.0.0-rc.6</version>
<version>7.0.1-rc.6</version>
</parent>

<artifactId>headdb-api</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions headdb-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.silentdevelopment.headdb</groupId>
<artifactId>HeadDB</artifactId>
<version>7.0.0-rc.6</version>
<version>7.0.1-rc.6</version>
</parent>

<artifactId>headdb-core</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions headdb-platforms/headdb-paper/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://www.maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://www.maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.github.silentdevelopment.headdb</groupId>
<artifactId>HeadDB</artifactId>
<version>7.0.0-rc.6</version>
<version>7.0.1-rc.6</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions headdb-platforms/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.silentdevelopment.headdb</groupId>
<artifactId>HeadDB</artifactId>
<version>7.0.0-rc.6</version>
<version>7.0.1-rc.6</version>
</parent>

<artifactId>headdb-platforms</artifactId>
Expand Down
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.silentdevelopment.headdb</groupId>
<artifactId>HeadDB</artifactId>
<version>7.0.0-rc.6</version>
<version>7.0.1-rc.6</version>
<packaging>pom</packaging>

<name>HeadDB</name>
Expand Down
Loading