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

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "pypi-query-mcp-server"
version = "0.1.0"
version = "0.2.0"
description = "A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility"
authors = ["Hal <hal.long@outlook.com>"]
readme = "README.md"