Skip to content

Commit e976d07

Browse files
committed
Release version 0.9.2
1 parent 172ed58 commit e976d07

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.9.2] - 2025-06-03
2+
### Fixed
3+
- Fixed OpenAI chat completion compatibility
4+
- Fixed SHA256 hexdigest generation for MCP tool names
5+
- Added ostruct as explicit dependency to prevent warnings
6+
- Fixed rubocop lint error for alphabetized gemspec dependencies
7+
- Updated default OpenRouter model
8+
19
## [0.9.1] - 2025-05-30
210
### Added
311
- **MCP Type Coercion** - Automatic type conversion for MCP tool arguments based on JSON schema

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
raix (0.9.1)
4+
raix (0.9.2)
55
activesupport (>= 6.0)
66
faraday-retry (~> 2.0)
77
open_router (~> 0.2)

lib/raix/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 Raix
4-
VERSION = "0.9.1"
4+
VERSION = "0.9.2"
55
end

0 commit comments

Comments
 (0)