Skip to content

chore(release): bump project version to 0.3.0#80

Merged
tcheeric merged 4 commits into
developfrom
release/0.3.0
Sep 21, 2025
Merged

chore(release): bump project version to 0.3.0#80
tcheeric merged 4 commits into
developfrom
release/0.3.0

Conversation

@tcheeric

Copy link
Copy Markdown
Collaborator

Summary

Bump project version to 0.3.0 to reflect recent REST feature additions and fixes (POST create for Quote/Payment with entity body responses) since 0.2.2. Also updates the changelog for
0.3.0.

Related issue: #____

What changed?

  • Parent and module POM versions updated to 0.3.0:
    • pom.xml and module POMs under cashu-gateway-*
  • Changelog updated:
    • docs/reference/changelog.md: add 0.3.0 section
  • Note: This branch currently includes nbactions.xml and cashu-gateway-phoenixd/logs/* added by local tooling. If undesired, I can remove them and update .gitignore.

BREAKING

None. This is a minor version bump aligned with new features and fixes; no API breaks intended.

Review focus

  • Confirm all module POMs reference parent 0.3.0.
  • Confirm jib tags still use ${project.version} where applicable.
  • Confirm 0.3.0 changelog wording/placement.

Checklist

  • Scope ≤ 300 lines (or split/stack)
  • Title is verb + object
  • Description links the issue and explains “why now?”
  • BREAKING flagged if needed
  • Tests/docs updated (changelog updated; no code changes)

Build and tests

  • Command: mvn -q verify
  • Result: Test failures in cashu-gateway-phoenixd due to sandboxed environment preventing Mockito Inline/Byte Buddy self-attach on JDK 21 (not a code regression).
    • Excerpt:

      Could not initialize inline Byte Buddy mock maker.
      It appears as if your JDK does not supply a working agent attachment mechanism.
      Caused by: IllegalStateException: Could not self-attach to current VM using external process

  • Notes:
    • This typically passes in environments where the JVM allows agent attach. If CI is similarly restricted, consider:
      • Running with a non-inline mock maker for those tests, or
      • Temporarily skipping those tests in restricted environments, or
      • Running mvn -q -DskipTests=true verify for this release-only PR.

@tcheeric tcheeric merged commit 871d5a4 into develop Sep 21, 2025
0 of 4 checks passed
@tcheeric tcheeric deleted the release/0.3.0 branch September 21, 2025 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant