Skip to content

Commit 29e3d1b

Browse files
authored
chore: bump version to 0.10.5 (#410)
* Update fastmcp pin to 2.3.x * chore: bump version to 0.10.5
1 parent c715de3 commit 29e3d1b

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## [0.10.5] - 2025-05-10
6+
7+
### Fixed
8+
- Enhanced compatibility with various MCP clients by improving optional parameter handling in Jira and Confluence tools (#389, #407)
9+
- Fixed type errors with FastMCP v2.3.1 by updating Context type hints (#408)
10+
11+
### Changed
12+
- Updated dependencies to use FastMCP 2.3.x series
13+
514
## [0.10.4] - 2025-05-10
615

716
### Added

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-atlassian"
3-
version = "0.10.4"
3+
version = "0.10.5"
44
description = "The Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification. This project enables secure, contextual AI interactions with Atlassian tools while maintaining data privacy and security. Key features include:"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/mcp_atlassian/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from .utils.logging import setup_logging
1010

11-
__version__ = "0.10.4"
11+
__version__ = "0.10.5"
1212

1313
# Initialize logging with appropriate level
1414
logging_level = logging.WARNING

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)