Skip to content

Commit ade3d1f

Browse files
authored
Merge pull request #216 from koic/release_0_6_0
Release 0.6.0
2 parents 7bef102 + c4fd83d commit ade3d1f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.6.0] - 2026-01-16
11+
12+
### Changed
13+
14+
- Update licensing to Apache 2.0 for new contributions (#213)
15+
16+
### Fixed
17+
18+
- Omit `icons` from responses when empty or nil to reduce context window usage (#212)
19+
1020
## [0.5.0] - 2026-01-11
1121

1222
### 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.5.0"
4+
VERSION = "0.6.0"
55
end

0 commit comments

Comments
 (0)