From 07f10856bc621b336e3554d31c012851297a4b40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 29 May 2025 10:47:39 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.1=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5784e48..588a6f5 100644 --- a/CHANGELOG.md +++ b/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) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 1c5a5ad..37e779b 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.5.1" +version = "0.6.0" description = "A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility" authors = ["Hal "] readme = "README.md"