Skip to content

Commit 32b6c9b

Browse files
committed
Release 0.15.0
New features and changes have landed, making it a good time to cut a release. Further feature proposals can be incorporated in future releases. It would be best to make the usage from #336 available sooner rather than later.
1 parent be8a5df commit 32b6c9b

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.15.0] - 2026-05-05
11+
12+
### Added
13+
14+
- Support `notifications/cancelled` per MCP specification (#332)
15+
- Add client-level `connect` for initialize handshake (#327)
16+
- Add client-level `connect` handshake to stdio transport (#336)
17+
18+
### Changed
19+
20+
- Return tool argument validation failures as tool execution errors (#333)
21+
22+
### Removed
23+
24+
- Remove obsolete `MCP::Transports` module (#331)
25+
1026
## [0.14.0] - 2026-04-24
1127

1228
### Added

lib/mcp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MCP
4-
VERSION = "0.14.0"
4+
VERSION = "0.15.0"
55
end

0 commit comments

Comments
 (0)