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.0.1"
".": "0.1.0"
}
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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