Skip to content
Open
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 @@
{
".": "0.6.0"
".": "0.7.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down