Skip to content

Commit 1f9d5b7

Browse files
release: 0.64.0
1 parent 01e8346 commit 1f9d5b7

5 files changed

Lines changed: 24 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.63.0"
2+
".": "0.64.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 0.64.0 (2026-05-21)
4+
5+
Full Changelog: [v0.63.0...v0.64.0](https://github.com/openai/openai-ruby/compare/v0.63.0...v0.64.0)
6+
7+
### Features
8+
9+
* **api:** api update ([88261ad](https://github.com/openai/openai-ruby/commit/88261adcad8082d440272cb71ff666e6efc3e5de))
10+
* **api:** manual updates ([5849206](https://github.com/openai/openai-ruby/commit/58492060e9f6d4dbe1a4c51a38436f356cb3815e))
11+
* **api:** update OpenAPI spec or Stainless config ([4a0328a](https://github.com/openai/openai-ruby/commit/4a0328ac6b7b7bb641c89df65abf46392b9d68bf))
12+
13+
14+
### Bug Fixes
15+
16+
* **client:** elide content type header on requests without body ([e73f132](https://github.com/openai/openai-ruby/commit/e73f132c81c4e87edd9e968e30807236d496ea53))
17+
18+
19+
### Chores
20+
21+
* **api:** docs updates ([3861ed8](https://github.com/openai/openai-ruby/commit/3861ed8091dda9bef2b5e870fc5d0b38e0b0fcb8))
22+
323
## 0.63.0 (2026-05-13)
424

525
Full Changelog: [v0.62.0...v0.63.0](https://github.com/openai/openai-ruby/compare/v0.62.0...v0.63.0)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
openai (0.63.0)
14+
openai (0.64.0)
1515
base64
1616
cgi
1717
connection_pool

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
1515
<!-- x-release-please-start-version -->
1616

1717
```ruby
18-
gem "openai", "~> 0.63.0"
18+
gem "openai", "~> 0.64.0"
1919
```
2020

2121
<!-- x-release-please-end -->

lib/openai/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 OpenAI
4-
VERSION = "0.63.0"
4+
VERSION = "0.64.0"
55
end

0 commit comments

Comments
 (0)