Skip to content

v1.0.0

Choose a tag to compare

@ahincho ahincho released this 10 Jul 17:36
385bdf5

1.0.0 (2026-07-10)

Features

  • api: trigger release-please with explicit workflow permissions (3a91e5b)
  • ci: inline publish-on-tag + enable Build Cache and Configuration Cache (00e8942)
  • ci: migrate to release-please + tag-based publish flow (NOVA-SEMVER-13) (4e5a362)
  • docs: add CONTRIBUTING.md with contribution guidelines (931a4ff)
  • gradle: add GPG signing plugin for Maven Central publishing (NOVA-SEMVER-10) (1e79845)
  • initial commit - API response/error standards, HATEOAS links, page info, filter criteria, request context, user-agent parser (e1a9b4b)

Bug Fixes

  • ci: add chmod +x gradlew to fix permission denied on Linux runner (5e66628)
  • ci: add permissions and explicit inputs to release-please workflow (14feaef)
  • ci: add workflow_dispatch and explicit GITHUB_TOKEN secret to publish-on-tag (730a0bd)
  • ci: inline publish logic to avoid reusable workflow issue with tag push (0d49a4e)
  • ci: restore original publish-on-tag format (no with, secrets: inherit) (b97646a)
  • ci: restore publish-on-tag with reusable workflow + explicit secrets (c117662)
  • ci: restore release-please workflow with explicit permissions and inputs (2b094a0)
  • ci: update reusable workflow refs from OWNER/galaxy-training-devops to ahincho/nova-devops (ffa5791)
  • ci: use PAT fallback for release-please to enable tag-triggered workflows (17385e7)
  • gradle: remove dirty closure (incompatible with Kotlin DSL in Gradle 9.6.1) (e938f73)
  • gradle: use explicit type in dirty closure for Gradle 9.6.1 compatibility (56cc93e)

Documentation

  • add README with installation and usage instructions (bb6d108)