Skip to content

Commit 8ba49a3

Browse files
committed
Merge branch 'main' into feature/authentication
2 parents 5da6fed + bbb7528 commit 8ba49a3

25 files changed

+716
-543
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ repos:
33
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
6+
exclude: \.md$
67
- id: check-yaml
78
- id: check-added-large-files
89

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.3.0]
99

1010
🚀 FastApiMCP now supports MCP Authorization!
1111

0 commit comments

Comments
 (0)