Skip to content
Merged
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.6.0] - 2026-03-27
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.

This header uses the bracketed link style (e.g., ## [2.6.0]), but there is no corresponding reference definition ([2.6.0]: ...) at the bottom of the changelog. Either add a link definition for 2.6.0 (and ideally other 2.x entries) or change the header to plain text to avoid inconsistent rendering.

Copilot uses AI. Check for mistakes.

### Added
- **PIP Request Builder**: RFC-005 Step 9 — Policy Information Point request builder types (#46)

### Fixed
- **Proto Descriptor Collision**: Lazy-load MCP protos to prevent descriptor pool conflicts when co-installed with capiscio-mcp (#47)
- **PyPI Wheel Packaging**: Force-include nested proto files in wheel and sdist builds (#47)

## [2.5.0] - 2026-03-16

### Added
Expand Down
Loading