Skip to content

Commit 19ea5e0

Browse files
chore(main): release 0.5.0 (#53)
2 parents 567d971 + 9302cb1 commit 19ea5e0

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.1"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/dedalus-labs/dedalus-mcp-python/compare/v0.4.1...v0.5.0) (2025-12-18)
4+
5+
6+
### Features
7+
8+
* auth flow for client ([4b5540d](https://github.com/dedalus-labs/dedalus-mcp-python/commit/4b5540de43d59ec62f282853332f45b2e0f66ecd))
9+
10+
11+
### Bug Fixes
12+
13+
* update reference mcp version ([47064ed](https://github.com/dedalus-labs/dedalus-mcp-python/commit/47064ed36ae586f3b30ce381c7bf0d0488504c2b))
14+
* update reference mcp version ([#52](https://github.com/dedalus-labs/dedalus-mcp-python/issues/52)) ([7b7bcda](https://github.com/dedalus-labs/dedalus-mcp-python/commit/7b7bcda867cb612ade8bfb5dd895170d41b35f64))
15+
316
## [0.4.1](https://github.com/dedalus-labs/dedalus-mcp-python/compare/v0.4.0...v0.4.1) (2025-12-17)
417

518

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-backend = "uv_build"
1212

1313
[project]
1414
name = "dedalus_mcp"
15-
version = "0.4.1"
15+
version = "0.5.0"
1616
description = "A simple and performant Model Context Protocol framework for Python."
1717
requires-python = ">=3.10"
1818
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)