@@ -6,6 +6,36 @@ All notable changes to this project will be documented in this file.
66The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
77and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
88
9+ ## [ 0.5.2] - 2025-10-09
10+
11+ ### Documentation
12+ - ** Major README reorganization** - Comprehensive cleanup for professional, user-focused documentation
13+ - Created separate documentation guides:
14+ - ` docs/tool-reference.md ` - Complete tool documentation with examples
15+ - ` docs/troubleshooting.md ` - Comprehensive troubleshooting guide
16+ - ` docs/contributing.md ` - Complete developer guide with setup, testing, and contribution guidelines
17+ - Refactored MCP client configurations with collapsible ` <details> ` sections
18+ - Removed development-focused content from README (moved to contributing guide)
19+ - Streamlined README structure:
20+ - Cleaner Quick Start with proper navigation
21+ - Focused Features section (replaced "Comprehensive Testing" with "Pagination Support")
22+ - Removed redundant sections (Usage, Python Version Compatibility, development notes)
23+ - Added proper Troubleshooting and Contributing sections
24+ - Enhanced Additional Resources with all documentation links
25+
26+ ### Improved
27+ - ** Professional documentation structure** - README now focuses purely on end-user usage
28+ - ** Better information architecture** - Clear separation between user docs and developer docs
29+ - ** Enhanced discoverability** - All documentation easily accessible with proper linking
30+ - ** Cleaner presentation** - Collapsible sections and categorized lists reduce visual clutter
31+ - ** Industry-standard pattern** - Documentation structure matches professional open-source projects
32+
33+ ### Fixed
34+ - Quick Start .env reference now properly links to Installation section
35+ - Contributing link in quick navigation now points to correct location
36+ - Removed duplicate and redundant information across README
37+ - All internal documentation links verified and corrected
38+
939## [ 0.5.1] - 2025-10-08
1040
1141### Documentation
0 commit comments