Skip to content

Commit d122674

Browse files
authored
bump: version 0.2.8 (#144)
1 parent 866d3e4 commit d122674

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.8] - 2025-09-15
9+
10+
### Added
11+
- Term linking functionality for improved glossary term relationships (#138)
12+
- Enhanced search tool with popularity attributes context and examples (#132)
13+
- Comprehensive MCP transport mode documentation (#124)
14+
15+
### Changed
16+
- Implemented client singleton pattern for improved connection pool reuse and performance (#131)
17+
- Enhanced Docker configuration with improved .dockerignore settings (#127)
18+
819
## [0.2.7] - 2025-09-02
920

1021
### Added

modelcontextprotocol/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "0.2.7"
3+
__version__ = "0.2.8"

0 commit comments

Comments
 (0)