Skip to content

Commit 7e441d4

Browse files
committed
chore(main): release 0.12.0
1 parent 9e6feff commit 7e441d4

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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.11.0"
2+
".": "0.12.0"
33
}

CHANGELOG.md

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

3+
## [0.12.0](https://github.com/shigechika/mcp-stdio/compare/v0.11.0...v0.12.0) (2026-05-07)
4+
5+
6+
### Features
7+
8+
* **oauth:** select token_endpoint_auth_method from AS metadata (RFC 8414) ([#62](https://github.com/shigechika/mcp-stdio/issues/62)) ([9e6feff](https://github.com/shigechika/mcp-stdio/commit/9e6feff050db056e039716f3bbc2ea076833dba9))
9+
310
## [0.11.0](https://github.com/shigechika/mcp-stdio/compare/v0.10.1...v0.11.0) (2026-05-07)
411

512

src/mcp_stdio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""mcp-stdio: Stdio-to-HTTP relay for MCP servers."""
22

33
# x-release-please-start-version
4-
__version__ = "0.11.0"
4+
__version__ = "0.12.0"
55
# x-release-please-end

0 commit comments

Comments
 (0)