diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..497c077 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## [0.6.0](https://github.com/OneLiteFeatherNET/Bounce/compare/v0.5.0...v0.6.0) (2026-08-04) + + +### Features + +* **ci:** add release please workflow ([#84](https://github.com/OneLiteFeatherNET/Bounce/issues/84)) ([4004533](https://github.com/OneLiteFeatherNET/Bounce/commit/400453312d6d0faf926ca42ada0242bf0c6cc159)) + + +### Bug Fixes + +* **deps:** update aonyx to v0.7.3 ([#77](https://github.com/OneLiteFeatherNET/Bounce/issues/77)) ([76b1849](https://github.com/OneLiteFeatherNET/Bounce/commit/76b18495a1e3de1325b73443980a1ebe8a963b2a)) +* **deps:** update aonyx to v0.8.0 ([#78](https://github.com/OneLiteFeatherNET/Bounce/issues/78)) ([5a3cee1](https://github.com/OneLiteFeatherNET/Bounce/commit/5a3cee19c638fbd59fc3f7e4aa751fe0500e389e)) +* **deps:** update dependency eu.cloudnetservice.cloudnet:bom to v4.0.0-rc17-snapshot ([#53](https://github.com/OneLiteFeatherNET/Bounce/issues/53)) ([e9e7eed](https://github.com/OneLiteFeatherNET/Bounce/commit/e9e7eed470f58ded1979302e9edaf55787c6fcf1)) +* **deps:** update dependency io.github.togar2:minestompvp to v2026 ([#73](https://github.com/OneLiteFeatherNET/Bounce/issues/73)) ([35991d6](https://github.com/OneLiteFeatherNET/Bounce/commit/35991d64f8ce36f7c13c77b61660012815f08de7)) +* **deps:** update dependency io.github.togar2:minestompvp to v2026.05.30-26.1.1 ([#75](https://github.com/OneLiteFeatherNET/Bounce/issues/75)) ([0e40884](https://github.com/OneLiteFeatherNET/Bounce/commit/0e4088464b6a1e7e87f2521a1d5177f269755f02)) +* **deps:** update dependency net.onelitefeather:aonyx-bom to v0.7.0 ([#55](https://github.com/OneLiteFeatherNET/Bounce/issues/55)) ([6a76092](https://github.com/OneLiteFeatherNET/Bounce/commit/6a76092937f5051d3e05aed875dda8822dcce32d)) +* **deps:** update dependency net.onelitefeather:aonyx-bom to v0.7.1 ([#66](https://github.com/OneLiteFeatherNET/Bounce/issues/66)) ([eb8a886](https://github.com/OneLiteFeatherNET/Bounce/commit/eb8a8869d56378d0eedea1cab13cf9b4913dd561)) +* **deps:** update dependency net.onelitefeather:aonyx-bom to v0.8.1 ([#89](https://github.com/OneLiteFeatherNET/Bounce/issues/89)) ([22d1559](https://github.com/OneLiteFeatherNET/Bounce/commit/22d15597b0f5fd098e9f5e68dd1470f7d11955ea)) +* **deps:** update dependency net.onelitefeather:aonyx-bom to v0.8.2 ([#90](https://github.com/OneLiteFeatherNET/Bounce/issues/90)) ([bfc2c0f](https://github.com/OneLiteFeatherNET/Bounce/commit/bfc2c0ffd8f28a1ca82b3ddd8ba11a8dacef0595)) +* **deps:** update dependency net.onelitefeather:aonyx-bom to v0.8.4 ([#91](https://github.com/OneLiteFeatherNET/Bounce/issues/91)) ([ee53eef](https://github.com/OneLiteFeatherNET/Bounce/commit/ee53eefec968a9d5f50d479eaedb5b4b2a80a765)) +* **deps:** update dependency net.onelitefeather:mycelium-bom to v1.6.1 ([#56](https://github.com/OneLiteFeatherNET/Bounce/issues/56)) ([0d5951e](https://github.com/OneLiteFeatherNET/Bounce/commit/0d5951e907ba36e74ce420c5425aa8b42fefa53f)) +* **deps:** update dependency net.onelitefeather:mycelium-bom to v1.6.2 ([#57](https://github.com/OneLiteFeatherNET/Bounce/issues/57)) ([03f5c38](https://github.com/OneLiteFeatherNET/Bounce/commit/03f5c3842b1452441ba02d2f9651462f381145f2)) +* **deps:** update dependency net.onelitefeather:mycelium-bom to v1.6.3 ([#60](https://github.com/OneLiteFeatherNET/Bounce/issues/60)) ([6ebe214](https://github.com/OneLiteFeatherNET/Bounce/commit/6ebe21483f56c9463d7a94fdb7a83f1ec10668ee)) +* **deps:** update dependency net.onelitefeather:mycelium-bom to v1.6.4 ([#64](https://github.com/OneLiteFeatherNET/Bounce/issues/64)) ([0cae41d](https://github.com/OneLiteFeatherNET/Bounce/commit/0cae41df82e77c86fbddca2c23b8b23d31fd3a26)) +* **deps:** update dependency org.slf4j:slf4j-simple to v2.0.18 ([#72](https://github.com/OneLiteFeatherNET/Bounce/issues/72)) ([83ea131](https://github.com/OneLiteFeatherNET/Bounce/commit/83ea1317c4f23f295573830ebbb1126c17fc9cad)) +* **setup:** update constructor usage ([807108f](https://github.com/OneLiteFeatherNET/Bounce/commit/807108f883a5b21b98dbaefc8e99484b372edf6a)) diff --git a/build.gradle.kts b/build.gradle.kts index 91eb239..7bbde7e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "net.theevilreaper" -version = "0.5.1-SNAPSHOT" // x-release-please-version +version = "0.6.0" // x-release-please-version description = "Bounce" dependencies {