Merge pull request #50 from tadata-org/version/bump-to-0.2.0

Bump version to 0.2.0
This commit is contained in:
Shahar Abramov
2025-04-10 14:49:13 +03:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [0.2.0]
### Changed ### Changed
- Complete refactor from function-based API to a new class-based API with `FastApiMCP` - Complete refactor from function-based API to a new class-based API with `FastApiMCP`

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "fastapi-mcp" name = "fastapi-mcp"
version = "0.1.8" version = "0.2.0"
description = "Automatic MCP server generator for FastAPI applications - converts FastAPI endpoints to MCP tools for LLM integration" description = "Automatic MCP server generator for FastAPI applications - converts FastAPI endpoints to MCP tools for LLM integration"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"

2
uv.lock generated
View File

@@ -224,7 +224,7 @@ wheels = [
[[package]] [[package]]
name = "fastapi-mcp" name = "fastapi-mcp"
version = "0.1.8" version = "0.2.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "fastapi" }, { name = "fastapi" },