Skip to content

chore: bump version to 2.6.0#48

Merged
beonde merged 1 commit intomainfrom
chore/version-bump-2.6.0
Mar 27, 2026
Merged

chore: bump version to 2.6.0#48
beonde merged 1 commit intomainfrom
chore/version-bump-2.6.0

Conversation

@beonde
Copy link
Copy Markdown
Member

@beonde beonde commented Mar 27, 2026

Bump SDK version from 2.5.0 to 2.6.0 in preparation for the v2.6.0 release.

Changes: pyproject.toml version field.

Copilot AI review requested due to automatic review settings March 27, 2026 04:33
@github-actions
Copy link
Copy Markdown

✅ Documentation validation passed!

Unified docs will be deployed from capiscio-docs repo.

@github-actions
Copy link
Copy Markdown

✅ All checks passed! Ready for review.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@beonde beonde merged commit 9812cfd into main Mar 27, 2026
14 checks passed
@beonde beonde deleted the chore/version-bump-2.6.0 branch March 27, 2026 04:44
Copy link
Copy Markdown

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 SDK for the v2.6.0 release by updating the package version metadata.

Changes:

  • Bump pyproject.toml project version from 2.5.0 to 2.6.0.

[project]
name = "capiscio-sdk"
version = "2.5.0"
version = "2.6.0"
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

pyproject.toml is bumped to 2.6.0, but the runtime version constants still appear to be 2.5.0 (e.g., capiscio_sdk/__init__.py::__version__ and _rpc/process.py::CORE_VERSION). This will ship a 2.6.0 distribution that reports itself as 2.5.0 and may download the wrong core binary. Please update the other version sources (or derive them from package metadata) so the release is internally consistent.

Suggested change
version = "2.6.0"
version = "2.5.0"

Copilot uses AI. Check for mistakes.
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