From f9672ba7d502399e663f4771185020f5b85e46ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:24:16 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..aef1a9e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## 1.0.0 (2026-07-10) + + +### Features + +* **ci:** migrate to release-please + tag-based publish flow (NOVA-SEMVER-13) ([51fe88e](https://github.com/ahincho/nova-java-date-utils/commit/51fe88ee34741c4af8ca03786599331b8c55956b)) +* **gradle:** add GPG signing plugin for Maven Central publishing (NOVA-SEMVER-10) ([0bd188d](https://github.com/ahincho/nova-java-date-utils/commit/0bd188d560b2b1291d10093227d64f5d94d5545f)) +* **gradle:** enable Local Build Cache and Configuration Cache (NOVA-SEMVER-23-24) ([3708154](https://github.com/ahincho/nova-java-date-utils/commit/37081543c6c814dcd5fa625e0ad4ba0a4543c8be)) +* initial commit - Date utilities (parsing, formatting, conversion, calculation, relative formatting, multi-locale) ([f223bfb](https://github.com/ahincho/nova-java-date-utils/commit/f223bfb0a99659215fb54114ad55563ff22bc2eb)) + + +### Bug Fixes + +* **ci:** inline publish-on-tag and remove dirty closure for Gradle 9.6.1 ([bf272fd](https://github.com/ahincho/nova-java-date-utils/commit/bf272fd12748830631991ce514a6550f07d7a3c2)) +* **ci:** update reusable workflow refs from OWNER/galaxy-training-devops to ahincho/nova-devops ([62496f9](https://github.com/ahincho/nova-java-date-utils/commit/62496f961b7c89e875da599fdcee0d9bd2a54357)) +* **javadoc:** move [@throws](https://github.com/throws) tag from record-level to constructor Javadoc ([a6ea9d0](https://github.com/ahincho/nova-java-date-utils/commit/a6ea9d01dd1f0ff17d82313416a8ea6b5b680ac4)) +* **quality:** add missing config/checkstyle/checkstyle.xml ([ac92769](https://github.com/ahincho/nova-java-date-utils/commit/ac92769af6937da1a4c11d62b6e03b8d825cb0aa))