pypi-query-mcp/CHANGELOG.md

94 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2025-08-02 07:12:49 +00:00
## v0.6.5 (2025-08-02)
### Fix
- **deps**: update dependency fastmcp to v2.11.0
2025-08-02 07:11:36 +00:00
## v0.6.4 (2025-08-02)
### Fix
- **deps**: update dependency click to v8.2.2
2025-07-13 17:07:41 +00:00
## v0.6.3 (2025-07-13)
### Fix
- **deps**: update dependency pydantic to v2.11.7
2025-07-13 17:07:12 +00:00
## v0.6.2 (2025-07-13)
### Fix
- **deps**: update dependency fastmcp to v2.9.0
2025-06-25 16:12:50 +00:00
## v0.6.1 (2025-06-25)
### Fix
- **deps**: update dependency pydantic-settings to v2.10.1
2025-05-29 10:47:39 +00:00
## v0.6.0 (2025-05-29)
### Feat
- add comprehensive environment and trending analysis prompt templates
- add MCP prompt templates for PyPI package analysis and decision-making
### Fix
- resolve all lint issues and fix failing tests
### Refactor
- update prompt templates to follow standard MCP workflow
2025-05-27 13:23:49 +00:00
## v0.5.1 (2025-05-27)
### Fix
- **deps**: update dependency fastmcp to v2
2025-05-27 13:22:47 +00:00
## v0.5.0 (2025-05-27)
### Feat
- add PyPI package download statistics and popularity analysis tools
2025-05-27 11:06:42 +00:00
## v0.4.0 (2025-05-27)
### Feat
- add advanced dependency resolution and package download tools
2025-05-27 09:42:07 +00:00
## v0.3.0 (2025-05-27)
### Feat
- implement comprehensive configuration management system with multi-mirror support
2025-05-27 06:52:22 +00:00
## 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