bump: version 0.5.1 → 0.6.0
This commit is contained in:
parent
a28d999958
commit
07f10856bc
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,3 +1,18 @@
|
|||||||
|
## 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
|
||||||
|
|
||||||
## v0.5.1 (2025-05-27)
|
## v0.5.1 (2025-05-27)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pypi-query-mcp-server"
|
name = "pypi-query-mcp-server"
|
||||||
version = "0.5.1"
|
version = "0.6.0"
|
||||||
description = "A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility"
|
description = "A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility"
|
||||||
authors = ["Hal <hal.long@outlook.com>"]
|
authors = ["Hal <hal.long@outlook.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user