Skip to content

Commit 0175fff

Browse files
committed
Release 0.7.0
Some new features and fixes have been added, and it seems like a good time to cut a release. - #103 - #223 - #218 - #221 - #225 - #224 - #220 For now, the features completed so far can be included in this release, and subsequent feature proposals can continue to be incorporated into future releases.
1 parent c11393f commit 0175fff

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.6.0"
4+
VERSION = "0.7.0"
55
end

0 commit comments

Comments
 (0)