diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b28fea9..7d9b009 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.1" + ".": "0.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..6f19de0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [0.10.0](https://github.com/OneLiteFeatherNET/Guira/compare/0.9.1...0.10.0) (2026-07-20) + + +### Features + +* **category:** add generic category ([#72](https://github.com/OneLiteFeatherNET/Guira/issues/72)) ([218a336](https://github.com/OneLiteFeatherNET/Guira/commit/218a336d8b583ed915ccdbbb6a9a29083a59798c)) +* **project:** bump version ([10c0077](https://github.com/OneLiteFeatherNET/Guira/commit/10c0077fe3aa4f87b61f501219a852385ec58ab9)) +* **project:** bump version ([c56b9d7](https://github.com/OneLiteFeatherNET/Guira/commit/c56b9d79d16f0c44b433ec4394202a99c48267c5)) + + +### Bug Fixes + +* **deps:** update aves to v1.15.1 ([#66](https://github.com/OneLiteFeatherNET/Guira/issues/66)) ([966af0e](https://github.com/OneLiteFeatherNET/Guira/commit/966af0e8f9dbfbb4429b3100d5e9754240472448)) +* **deps:** update bom ([#69](https://github.com/OneLiteFeatherNET/Guira/issues/69)) ([8ac2aea](https://github.com/OneLiteFeatherNET/Guira/commit/8ac2aea2d469e13ae600ec1e9d930b33adc3f99f)) +* **deps:** update dependency net.onelitefeather:mycelium-bom to v1.8.0 ([#73](https://github.com/OneLiteFeatherNET/Guira/issues/73)) ([8a6dcc5](https://github.com/OneLiteFeatherNET/Guira/commit/8a6dcc557596228a7b40068bb57edab24134b0f9)) diff --git a/build.gradle.kts b/build.gradle.kts index 56a019b..0a2eb4c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "net.onelitefeather" -version = "0.9.1" // x-release-please-version +version = "0.10.0" // x-release-please-version java { toolchain {