diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6..40ff6fe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b9c643b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,39 @@ +# Changelog + +## [0.0.2](https://github.com/NeoTamia/plugin-template/compare/v0.0.1...v0.0.2) (2026-02-01) + + +### 📚 Documentation + +* **AGENTS:** Update stack details to specify Kotlin 2.3 and Paper plugin ([02df476](https://github.com/NeoTamia/plugin-template/commit/02df4762af88671134df40dd366602aa76cd1868)) +* **README:** Update project description to specify Spigot/Paper plugin template ([bd00415](https://github.com/NeoTamia/plugin-template/commit/bd00415f8b493e04ec4381e1f1924c135edbbc1a)) + + +### ♻️ Code Refactoring + +* Add newline at end of settings.gradle.kts file ([d45dcbc](https://github.com/NeoTamia/plugin-template/commit/d45dcbcd4b3a44df227cbe88faad592925894b6d)) + + +### 🔧 Build System + +* **gradle:** Bump spotless plugin to v8.2.0 ([8e2ccd1](https://github.com/NeoTamia/plugin-template/commit/8e2ccd10397957d812dcb9e42cd522bb5d9fdbc6)) +* **gradle:** Enhance dynamic group assignment and jar naming conventions ([0be4a9f](https://github.com/NeoTamia/plugin-template/commit/0be4a9fa6c6cc1d2f267d6f7928bc5ecb9ec581a)) +* **gradle:** Refine group, naming conventions ([1ab10c1](https://github.com/NeoTamia/plugin-template/commit/1ab10c17c11af1e1150e98d75bf140e99e715dc8)) +* **gradle:** Refine Jar task configuration for dynamic module name handling ([8baf95b](https://github.com/NeoTamia/plugin-template/commit/8baf95bdff8f7c86d5ae0cba57df8dc499def33a)) +* **gradle:** Update dependency name and remove project name assignment ([451f35c](https://github.com/NeoTamia/plugin-template/commit/451f35cd47ae6651acccb5fa61679164ecc8b7b0)) +* Migrate to PaperMC plugin structure and update dependencies ([0572a4d](https://github.com/NeoTamia/plugin-template/commit/0572a4d45234cf51713e066eeecc5d9183b0f28e)) +* Remove unused localJarRepo configuration ([533bed8](https://github.com/NeoTamia/plugin-template/commit/533bed8797a94321ecf67ad4cf6a652b6a1f0ffe)) +* Update Gradle to 9.3.0 and remove default base branch pattern in Renovate config ([2873c92](https://github.com/NeoTamia/plugin-template/commit/2873c92be20ed000d54fb218050aa7957ae35b38)) + + +### 👷 Continuous Integration + +* **build:** Add publish input to workflow ([1ab10c1](https://github.com/NeoTamia/plugin-template/commit/1ab10c17c11af1e1150e98d75bf140e99e715dc8)) +* **project-setup:** Add camelCase and PascalCase conversion for plugin renaming ([fd20130](https://github.com/NeoTamia/plugin-template/commit/fd201306a7dffedca57bfe8c9da88726efe323f3)) +* **project-setup:** Add initial workflow ([f948092](https://github.com/NeoTamia/plugin-template/commit/f94809224463fb16a17d021d01ba4881e232d5b4)) +* **project-setup:** Fix incorrect path quotation during plugin rename process ([ab3bc6e](https://github.com/NeoTamia/plugin-template/commit/ab3bc6e76b4741a9acc5a7fbda2d6c15b152fb82)) +* **project-setup:** Rename PluginTemplatePlugin during setup process ([8ced46b](https://github.com/NeoTamia/plugin-template/commit/8ced46b8d4cdc0764f64e23b96c8e2b4b5368b8c)) +* **project-setup:** Reorder and fix plugin rename process during setup ([30965a8](https://github.com/NeoTamia/plugin-template/commit/30965a86c549b3a4c56fd1f717ae43607f1316f7)) +* **project-setup:** Update file references and rename during setup process ([25b34f4](https://github.com/NeoTamia/plugin-template/commit/25b34f400cc875f3924665185175d17a0a758ecb)) +* **project-setup:** Use PascalCase for plugin renaming during setup ([a89cb4b](https://github.com/NeoTamia/plugin-template/commit/a89cb4b63b4b3226f45a47f1e4ba17b864a23891)) +* **workflows:** Remove redundant build command in build.yml ([7a4c0cf](https://github.com/NeoTamia/plugin-template/commit/7a4c0cf14ae6587f4deccbe3a658bd9d82085865)) diff --git a/gradle.properties b/gradle.properties index 5226d6c..e67d3cf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,5 +9,5 @@ org.gradle.configuration-cache=true kotlin.stdlib.default.dependency=false # x-release-please-start-version -version=0.0.1 +version=0.0.2 # x-release-please-end