Skip to content

chore: bump version to 2.5.0#13

Merged
beonde merged 4 commits intomainfrom
chore/v2.5.0
Mar 17, 2026
Merged

chore: bump version to 2.5.0#13
beonde merged 4 commits intomainfrom
chore/v2.5.0

Conversation

@beonde
Copy link
Member

@beonde beonde commented Mar 16, 2026

Version bump and changelog update for v2.5.0 release. CORE_VERSION fixed from 2.2.0 to 2.5.0.

Copilot AI review requested due to automatic review settings March 16, 2026 19:27
Copy link
Contributor

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

Prepares the capiscio Python CLI wrapper for the v2.5.0 release by aligning the package version and the downloaded capiscio-core binary version, and documenting the release in the changelog.

Changes:

  • Bump PyPI package version to 2.5.0.
  • Update CORE_VERSION to download capiscio-core v2.5.0.
  • Add a 2.5.0 changelog entry describing the update/fix.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/capiscio/manager.py Updates CORE_VERSION so the wrapper downloads capiscio-core v2.5.0.
pyproject.toml Bumps the published package version to 2.5.0.
CHANGELOG.md Adds release notes for v2.5.0 describing the version alignment fix.

You can also share your feedback on Copilot code review. Take the survey.

CHANGELOG.md Outdated
Comment on lines +10 to +16
## [2.5.0] - 2026-03-16

### Changed
- **CORE VERSION**: Now downloads `capiscio-core` v2.5.0

### Fixed
- `CORE_VERSION` was stuck at v2.2.0, now correctly tracks release version
@github-actions
Copy link

✅ All checks passed! Ready for review.

@github-actions
Copy link

✅ All checks passed! Ready for review.

CORE_VERSION was stuck at 2.2.0 from v2.2.0 through v2.4.0. The old
changelog entries falsely claimed each release downloaded its matching
core version. Corrected per Copilot code review feedback.
Copilot AI review requested due to automatic review settings March 17, 2026 03:45
@github-actions
Copy link

✅ All checks passed! Ready for review.

Copy link
Contributor

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

Bumps the Python wrapper package to v2.5.0 and aligns the downloaded capiscio-core binary version accordingly for the release.

Changes:

  • Bump wrapper package version to 2.5.0 in pyproject.toml
  • Update CORE_VERSION to 2.5.0 so the wrapper downloads the correct core binary
  • Update CHANGELOG.md with a new 2.5.0 entry and notes about the prior CORE_VERSION mismatch

Reviewed changes

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

File Description
src/capiscio/manager.py Updates CORE_VERSION to download capiscio-core v2.5.0
pyproject.toml Bumps published package version to 2.5.0
CHANGELOG.md Adds v2.5.0 release notes and clarifies prior versioning mismatch

You can also share your feedback on Copilot code review. Take the survey.

Replace hardcoded __version__ = '2.3.1' with importlib.metadata.version()
so it stays in sync with pyproject.toml automatically.
@github-actions
Copy link

✅ All checks passed! Ready for review.

@beonde beonde merged commit c174b7c into main Mar 17, 2026
18 checks passed
@beonde beonde deleted the chore/v2.5.0 branch March 17, 2026 04:31
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