Skip to content

Conversation

@beonde
Copy link
Member

@beonde beonde commented Jan 14, 2026

Summary

Bumps version to 2.3.1 to fix version misalignment from the 2.3.0 release.

Changes

  • Updated pyproject.toml version to 2.3.1
  • Updated capiscio_sdk/__init__.py version to 2.3.1 (was incorrectly at 0.3.1)
  • Added [2.3.1] changelog entry

Context

The 2.3.0 release had version mismatches across packages. This release aligns all CapiscIO packages to 2.3.1.

Document all major features added since v0.3.x:
- Trust Badge API (verify_badge, parse_badge, request_badge)
- RFC-003 PoP protocol support (request_pop_badge)
- BadgeKeeper automatic renewal
- Domain Validation API (create_dv_order, finalize_dv_order)
- gRPC backend (CapiscioRPCClient)
- CoreValidator for Go-backed validation
- +12,568 lines added across 63 files
Copilot AI review requested due to automatic review settings January 14, 2026 20:56
@github-actions
Copy link

✅ Documentation validation passed!

Unified docs will be deployed from capiscio-docs repo.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR bumps the SDK version from 2.3.0 to 2.3.1 to fix a version mismatch where the __version__ variable in capiscio_sdk/__init__.py was incorrectly set to "0.3.1" instead of "2.3.0".

Changes:

  • Updated pyproject.toml version from 2.3.0 to 2.3.1
  • Fixed __version__ in capiscio_sdk/__init__.py from 0.3.1 to 2.3.1
  • Added [2.3.1] changelog entry documenting the version alignment fix

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
pyproject.toml Bumped package version to 2.3.1
capiscio_sdk/init.py Fixed __version__ constant from 0.3.1 to 2.3.1
CHANGELOG.md Added 2.3.1 release entry and expanded 2.3.0 documentation

@github-actions
Copy link

✅ All checks passed! Ready for review.

@codecov
Copy link

codecov bot commented Jan 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions
Copy link

✅ Integration tests passed! Server validation, BadgeKeeper, and gRPC tests all working.

@beonde beonde merged commit 3d8f4e9 into main Jan 14, 2026
19 checks passed
@beonde beonde deleted the chore/version-2.3.1 branch January 14, 2026 21:16
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.

2 participants