pypi-query-mcp/CHANGELOG.md
2025-05-27 13:22:47 +00:00

43 lines
880 B
Markdown

## v0.5.0 (2025-05-27)
### Feat
- add PyPI package download statistics and popularity analysis tools
## v0.4.0 (2025-05-27)
### Feat
- add advanced dependency resolution and package download tools
## v0.3.0 (2025-05-27)
### Feat
- implement comprehensive configuration management system with multi-mirror support
## v0.2.0 (2025-05-27)
### Feat
- add commitizen configuration for automated version management
- fix CI workflow issues and improve release automation
### Fix
- **deps**: update dependency fastmcp to ^0.4.0
## v0.1.0 (2025-05-27)
### Feat
- add MCP configuration examples
- Complete PyPI Query MCP Server Implementation (#3)
### Fix
- **deps**: update dependency httpx to ^0.28.0
- update poetry.lock after removing mypy dependency
- resolve import sorting conflicts between ruff and isort
- correct FastMCP interface usage and resolve lint issues