Skip to content

Commit 669a7ba

Browse files
authored
Release/v0.1.3 (#19)
* changelog update * version and gemfile update
1 parent 3f8b311 commit 669a7ba

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## RubyGPT
22

3+
## [0.1.3] - 2025-10-24
4+
5+
- Bugfix: Handle empty logprobs in chat completion response
6+
37
## [0.1.2] - 2024-08-28
48

59
- Fixed unexpected EOF error message when running gem

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-
rubygpt (0.1.2)
4+
rubygpt (0.1.3)
55
faraday (~> 2.9)
66
json (~> 2.7.1)
77

lib/rubygpt/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 Rubygpt
4-
VERSION = "0.1.2"
4+
VERSION = "0.1.3"
55
end

0 commit comments

Comments
 (0)