Skip to content

Commit 7e7c29d

Browse files
committed
1.0.2
1 parent f18ce41 commit 7e7c29d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
## [1.0.1] - 2025-06-04
212
### Fixed
313
- Fixed PromptDeclarations module namespace - now properly namespaced under Raix

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 (1.0.1)
4+
raix (1.0.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 = "1.0.1"
4+
VERSION = "1.0.2"
55
end

0 commit comments

Comments
 (0)