diff --git a/CHANGELOG.md b/CHANGELOG.md index 588a6f5..641414e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.6.1 (2025-06-25) + +### Fix + +- **deps**: update dependency pydantic-settings to v2.10.1 + ## v0.6.0 (2025-05-29) ### Feat diff --git a/pyproject.toml b/pyproject.toml index e1e7761..5aae78d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pypi-query-mcp-server" -version = "0.6.0" +version = "0.6.1" description = "A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility" authors = ["Hal "] readme = "README.md"