File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.7.0] - 2026-02-14
11+
12+ ### Added
13+
14+ - ` logging ` support (#103 )
15+ - Protocol version negotiation to server initialization (#223 )
16+ - Tool arguments to instrumentation data (#218 )
17+ - Client info to instrumentation callback (#221 )
18+ - ` resource_templates ` to ` MCP::Client ` (#225 )
19+
20+ ### Changed
21+
22+ - Extract ` MCP::Annotations ` into a dedicated file (#224 )
23+
24+ ### Fixed
25+
26+ - ` Resource::Embedded ` not setting ` @resource ` in ` initialize ` (#220 )
27+
1028## [ 0.6.0] - 2026-01-16
1129
1230### Changed
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module MCP
4- VERSION = "0.6 .0"
4+ VERSION = "0.7 .0"
55end
You can’t perform that action at this time.
0 commit comments