bump: version 0.1.0 → 0.2.0

This commit is contained in:
github-actions[bot] 2025-05-27 06:52:22 +00:00
parent ba8536f718
commit f27493d8d2
2 changed files with 25 additions and 1 deletions

24
CHANGELOG.md Normal file
View file

@ -0,0 +1,24 @@
## 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