We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18ce41 commit 7e7c29dCopy full SHA for 7e7c29d
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## [1.0.2] - 2025-07-16
2
+### Added
3
+- Added method to check for API client availability in Configuration
4
+
5
+### Changed
6
+- Updated ruby-openai dependency to ~> 8.1
7
8
+### Fixed
9
+- Fixed gemspec file reference
10
11
## [1.0.1] - 2025-06-04
12
### Fixed
13
- Fixed PromptDeclarations module namespace - now properly namespaced under Raix
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- raix (1.0.1)
+ raix (1.0.2)
activesupport (>= 6.0)
faraday-retry (~> 2.0)
open_router (~> 0.2)
lib/raix/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Raix
- VERSION = "1.0.1"
+ VERSION = "1.0.2"
end
0 commit comments