Skip to content

Commit 7141c47

Browse files
committed
v0.7.3 release
1 parent bc26875 commit 7141c47

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
## [0.7.2] - 2024-04-19
1+
## [0.7.3] - 2025-04-23
2+
3+
## [0.7.2] - 2025-04-19
24
- adds support for `messages` parameter in `chat_completion` to override the transcript
35
- fixes potential race conditions in parallel chat completion calls by duplicating transcript
46

5-
## [0.7.1] - 2024-04-10
7+
## [0.7.1] - 2025-04-10
68
- adds support for JSON response format with automatic parsing
79
- improves error handling for JSON parsing failures
810

9-
## [0.7] - 2024-04-02
11+
## [0.7] - 2025-04-02
1012
- adds support for `until` condition in `PromptDeclarations` to control prompt looping
1113
- adds support for `if` and `unless` conditions in `PromptDeclarations` to control prompt execution
1214
- adds support for `success` callback in `PromptDeclarations` to handle prompt responses

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.7.2)
4+
raix (0.7.3)
55
activesupport (>= 6.0)
66
open_router (~> 0.2)
77
ruby-openai (~> 7.0)

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.7.2"
4+
VERSION = "0.7.3"
55
end

0 commit comments

Comments
 (0)