bump: version 0.1.0 → 0.2.0
This commit is contained in:
parent
ba8536f718
commit
f27493d8d2
24
CHANGELOG.md
Normal file
24
CHANGELOG.md
Normal 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
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user