From b75aeb87a8e2033304fc097500a814df68edd97f Mon Sep 17 00:00:00 2001 From: "alwyn974-github-actions[bot]" <251478703+alwyn974-github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 13:17:16 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20Release=200.1.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .release-please-manifest.json | 2 +- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ gradle.properties | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..23bf70a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +# Changelog + +## [0.1.0](https://github.com/NeoTamia/java-template/compare/v0.0.1...v0.1.0) (2026-02-01) + + +### ✨ Features + +* Add `.editorconfig` for consistent coding standards ([0e4da62](https://github.com/NeoTamia/java-template/commit/0e4da62c9df631e3edeceabe737fa967a1f9d253)) +* Add CI workflows for build, lint, test, and release automation ([88fb297](https://github.com/NeoTamia/java-template/commit/88fb297da95cefc53dea5ff98354b4279e58ef5e)) +* Add documentation and contribution guidelines ([a046efe](https://github.com/NeoTamia/java-template/commit/a046efe99354047f0ef58c2cb51f4521cf0569ff)) +* Add initial Gradle project setup with Java template ([62a05ce](https://github.com/NeoTamia/java-template/commit/62a05ce8686329f8e872fe9557d5a4504356cf54)) +* Add issue templates and configuration files ([5e5fb7c](https://github.com/NeoTamia/java-template/commit/5e5fb7c2bf9273d998f48aa5c1ba598b591fbdcb)) +* Integrate JaCoCo for test coverage reporting ([228a52b](https://github.com/NeoTamia/java-template/commit/228a52b89b8489f25f1b135cfa1d4f3b7b7af204)) + + +### ♻️ Code Refactoring + +* **build:** Simplify build configuration and module inclusion logic ([32a663e](https://github.com/NeoTamia/java-template/commit/32a663e42855df6009c63775601ae2dd4e1d96af)) +* **build:** Unify archive name generation and simplify module naming logic ([47571a4](https://github.com/NeoTamia/java-template/commit/47571a4f37e35f8cfc4ddb49732e5550c92b2d80)) + + +### 🔧 Build System + +* **deps:** Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.3.1 (main) ([1f1147b](https://github.com/NeoTamia/java-template/commit/1f1147bb42011b88fc36175748cf66be5dbb367d)) +* **deps:** Update dependency org.junit:junit-bom to v5.14.2 ([#12](https://github.com/NeoTamia/java-template/issues/12)) ([d7e58af](https://github.com/NeoTamia/java-template/commit/d7e58af52e034da52eee76699d06e5710082094c)) +* **deps:** Update gradle to v9.3.0 ([#13](https://github.com/NeoTamia/java-template/issues/13)) ([ba5eaaf](https://github.com/NeoTamia/java-template/commit/ba5eaafd2b02802f7697431da84b3fa9200338db)) + + +### 👷 Continuous Integration + +* **renovate:** Remove default base branch pattern from configuration ([cb3046d](https://github.com/NeoTamia/java-template/commit/cb3046d649f046f339695b31202b56ee2d5caef9)) +* **setup:** Update project-setup workflow to handle camelCase and PascalCase names ([5e47219](https://github.com/NeoTamia/java-template/commit/5e472195bfacb901e1277eec27d170c5c3cf9e6e)) +* **test:** Update workflow to inherit secrets and enable codecov integration ([ec6dcc5](https://github.com/NeoTamia/java-template/commit/ec6dcc5b8f5e1cf9464f1c77ae30ec53eb549cc1)) diff --git a/gradle.properties b/gradle.properties index 92dfa1d..33237e8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,5 +7,5 @@ org.gradle.caching=true org.gradle.configuration-cache=true # x-release-please-start-version -version=0.0.1 +version=0.1.0 # x-release-please-end