Skip to content

Commit 2b790d6

Browse files
authored
Merge pull request #227 from koic/release_0_7_0
Release 0.7.0
2 parents c11393f + 0175fff commit 2b790d6

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)