File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11"""Version information."""
22
3- __version__ = "0.2.7 "
3+ __version__ = "0.2.8 "
You can’t perform that action at this time.
0 commit comments