From 3536f0eef66f0229c95a4d0b673af8840ce6c771 Mon Sep 17 00:00:00 2001 From: Shahar Abramov <9296022+shahar4499@users.noreply.github.com> Date: Sun, 20 Apr 2025 03:12:26 +0300 Subject: [PATCH] bump version to 0.3.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc7341..bdc0a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.0] 🚀 FastApiMCP now works with ASGI-transport by default. diff --git a/pyproject.toml b/pyproject.toml index b18cc84..b029533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "fastapi-mcp" -version = "0.2.0" +version = "0.3.0" description = "Automatic MCP server generator for FastAPI applications - converts FastAPI endpoints to MCP tools for LLM integration" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 56aa84c..e5aa4d4 100644 --- a/uv.lock +++ b/uv.lock @@ -224,7 +224,7 @@ wheels = [ [[package]] name = "fastapi-mcp" -version = "0.2.0" +version = "0.3.0" source = { editable = "." } dependencies = [ { name = "fastapi" },