Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.4.0] - 2026-02-04

### Changed
- **Version Alignment**: Synchronized version with capiscio-core v2.4.0
Comment on lines +10 to +13
Copy link

Copilot AI Feb 4, 2026

Choose a reason for hiding this comment

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

The CHANGELOG links section needs to be updated to include a reference for the new [2.4.0] version. Following the Keep a Changelog format, add a line like:
[2.4.0]: https://github.com/capiscio/capiscio-mcp-python/releases/tag/v2.4.0

Also, the [Unreleased] link should be updated to compare from v2.4.0 instead of v0.1.0:
[Unreleased]: v2.4.0...HEAD

Copilot uses AI. Check for mistakes.
Comment on lines +10 to +13
Copy link

Copilot AI Feb 4, 2026

Choose a reason for hiding this comment

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

The CHANGELOG references "Requires capiscio-core >= 2.5.0, < 3.0.0" for version 0.1.0, but the PR description states this version bump aligns with capiscio-core v2.4.0. This creates an inconsistency - if the package is aligning with capiscio-core 2.4.0, the minimum version requirement should be updated to 2.4.0, or clarification is needed on the actual compatible core version range.

Copilot uses AI. Check for mistakes.

## [0.1.0] - 2026-01-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "capiscio-mcp"
version = "0.1.0"
version = "2.4.0"
Copy link

Copilot AI Feb 4, 2026

Choose a reason for hiding this comment

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

The MCP_VERSION constant in capiscio_mcp/_core/version.py needs to be updated from "0.1.0" to "2.4.0" to match the version in pyproject.toml. This constant is exported as __version__ in the package's __init__.py and is also used for version compatibility checks when connecting to capiscio-core.

Copilot uses AI. Check for mistakes.
description = "Trust badges for MCP tool calls - RFC-006 & RFC-007 implementation"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
Loading