From a082185c3f3dd7321f0f9a747d37b6ae282c60c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 07:21:34 +0000 Subject: [PATCH] chore(main): release 0.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ build.gradle.kts | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd0522..e7ca613 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 497c077..9da0cb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.7.0](https://github.com/OneLiteFeatherNET/Bounce/compare/v0.6.0...v0.7.0) (2026-09-11) + + +### Features + +* add LuckPerms support ([#106](https://github.com/OneLiteFeatherNET/Bounce/issues/106)) ([563f066](https://github.com/OneLiteFeatherNET/Bounce/commit/563f066d31471ec5ea407651b60cc86e017efdd4)) +* make playground more randomly ([#105](https://github.com/OneLiteFeatherNET/Bounce/issues/105)) ([5adf11e](https://github.com/OneLiteFeatherNET/Bounce/commit/5adf11efe88dd1b4328d1e62b62220a7fea37f23)) +* **setup:** add pica dependency ([#109](https://github.com/OneLiteFeatherNET/Bounce/issues/109)) ([06e9f19](https://github.com/OneLiteFeatherNET/Bounce/commit/06e9f19884221dc615d5b96b7366fb4350ea5f9c)) + + +### Bug Fixes + +* **deps:** update dependency eu.cloudnetservice.cloudnet:bom to v4.0.0-rc18-snapshot ([#98](https://github.com/OneLiteFeatherNET/Bounce/issues/98)) ([6c19caf](https://github.com/OneLiteFeatherNET/Bounce/commit/6c19caf270cb05742691050796c9388c6f5c7999)) +* **deps:** update dependency net.onelitefeather:aonyx-bom to v0.8.5 ([#115](https://github.com/OneLiteFeatherNET/Bounce/issues/115)) ([6a502cd](https://github.com/OneLiteFeatherNET/Bounce/commit/6a502cdd48df671cbf20c2f00705294d70186812)) +* **deps:** update dependency net.onelitefeather:aonyx-bom to v0.8.6 ([#116](https://github.com/OneLiteFeatherNET/Bounce/issues/116)) ([a3e36d0](https://github.com/OneLiteFeatherNET/Bounce/commit/a3e36d048dda8d3098d1f8c525f0c1b436d1c3b0)) +* **deps:** update dependency net.onelitefeather:minestom-extensions-bom to v2.2.0 ([#113](https://github.com/OneLiteFeatherNET/Bounce/issues/113)) ([d0a51db](https://github.com/OneLiteFeatherNET/Bounce/commit/d0a51db43677c7e61aa92a3f6eb22312dc321ab9)) +* **deps:** update dependency net.onelitefeather:pica to v0.1.1 ([#110](https://github.com/OneLiteFeatherNET/Bounce/issues/110)) ([d1b1519](https://github.com/OneLiteFeatherNET/Bounce/commit/d1b151987b4d65025258a9d0c5a56cf2c82b7e02)) +* **deps:** update dependency net.onelitefeather:pica to v0.1.2 ([#111](https://github.com/OneLiteFeatherNET/Bounce/issues/111)) ([bed5744](https://github.com/OneLiteFeatherNET/Bounce/commit/bed57449dc145c876884af2d63e22e826df304a2)) +* **deps:** update dependency net.onelitefeather:pica to v0.1.3 ([#114](https://github.com/OneLiteFeatherNET/Bounce/issues/114)) ([d4fc58f](https://github.com/OneLiteFeatherNET/Bounce/commit/d4fc58f2c5986571195970f98c206961d027512c)) +* **deps:** update slf4j to v2.0.19 ([#117](https://github.com/OneLiteFeatherNET/Bounce/issues/117)) ([ef88acd](https://github.com/OneLiteFeatherNET/Bounce/commit/ef88acdabeabe67d4f9c647d6d20d32b6b3a9222)) +* **inventory:** improve update handling ([98196dc](https://github.com/OneLiteFeatherNET/Bounce/commit/98196dc9fff05167801081eb89560a001d4f1213)) +* **message:** avoid double prefix usage ([41ae0a2](https://github.com/OneLiteFeatherNET/Bounce/commit/41ae0a20bfa554dbfdb3f99c18960b9d6f14ad53)) +* **message:** avoid some small typos ([707ab80](https://github.com/OneLiteFeatherNET/Bounce/commit/707ab809827c43e10db3af69a31052cb1640f55e)) +* **phase:** improve player left handling ([554e6f7](https://github.com/OneLiteFeatherNET/Bounce/commit/554e6f77f2e866b44cdc677ab168ea375e997f8a)) +* **profile:** adjust profile handling at the end of the game ([#97](https://github.com/OneLiteFeatherNET/Bounce/issues/97)) ([71eaf9b](https://github.com/OneLiteFeatherNET/Bounce/commit/71eaf9bfed037a81511d9361ad709ac65ec8cb88)) +* **push:** remove static usage ([981f97f](https://github.com/OneLiteFeatherNET/Bounce/commit/981f97f6cf1c805e53db3dec7df41bc9d55ebaae)) + ## [0.6.0](https://github.com/OneLiteFeatherNET/Bounce/compare/v0.5.0...v0.6.0) (2026-08-04) diff --git a/build.gradle.kts b/build.gradle.kts index 2a7ccad..44e9a3c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "net.theevilreaper" -version = "0.6.1-SNAPSHOT" // x-release-please-version +version = "0.7.0" // x-release-please-version description = "Bounce" dependencies {