-
Notifications
You must be signed in to change notification settings - Fork 0
chore: bump version to 2.4.0 (align with capiscio-core) #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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
|
||
|
|
||
| ## [0.1.0] - 2026-01-15 | ||
|
|
||
| ### Added | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
|
||
| [project] | ||
| name = "capiscio-mcp" | ||
| version = "0.1.0" | ||
| version = "2.4.0" | ||
|
||
| description = "Trust badges for MCP tool calls - RFC-006 & RFC-007 implementation" | ||
| readme = "README.md" | ||
| requires-python = ">=3.10" | ||
|
|
||
There was a problem hiding this comment.
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