Skip to content

Commit eeafec7

Browse files
release: 0.52.0
1 parent 1952dac commit eeafec7

5 files changed

Lines changed: 28 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.51.0"
2+
".": "0.52.0"
33
}

CHANGELOG.md

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

3+
## 0.52.0 (2026-03-05)
4+
5+
Full Changelog: [v0.51.0...v0.52.0](https://github.com/openai/openai-ruby/compare/v0.51.0...v0.52.0)
6+
7+
### Features
8+
9+
* **api:** gpt-5.4, tool search tool, and new computer tool ([8cdcde5](https://github.com/openai/openai-ruby/commit/8cdcde5c4641eca5aaaf096588be4fe9e617a929))
10+
* **api:** remove phase from EasyInputMessage/ResponseOutputMessage, prompt_cache_key from compact ([f603ff1](https://github.com/openai/openai-ruby/commit/f603ff148798d0d47ee2caa7281dce30547cdbd6))
11+
12+
13+
### Bug Fixes
14+
15+
* **api:** internal schema fixes ([261ed6a](https://github.com/openai/openai-ruby/commit/261ed6ab5feb33996169e812e419e0cd4c8d7174))
16+
* **api:** manual updates ([4f10197](https://github.com/openai/openai-ruby/commit/4f10197e93eccd7e49537716879419db09a6c477))
17+
* **api:** readd phase ([a78d02b](https://github.com/openai/openai-ruby/commit/a78d02b807f9282b7ba6b311c9205b9998735814))
18+
* properly mock time in ruby ci tests ([b554a8b](https://github.com/openai/openai-ruby/commit/b554a8bec4642f7cd9a0f9f2837e43f665ed5415))
19+
20+
21+
### Chores
22+
23+
* **internal:** codegen related update ([3f6d5be](https://github.com/openai/openai-ruby/commit/3f6d5be78f67be5680eb711f0f044cf6fc2d2c5e))
24+
* **internal:** codegen related update ([356b20b](https://github.com/openai/openai-ruby/commit/356b20ba42eea108ed7f46ff867ef894745e9ee2))
25+
* **internal:** reduce warnings ([c13a8a3](https://github.com/openai/openai-ruby/commit/c13a8a31ecda80a45880432915855a3be9f55f70))
26+
327
## 0.51.0 (2026-02-24)
428

529
Full Changelog: [v0.50.0...v0.51.0](https://github.com/openai/openai-ruby/compare/v0.50.0...v0.51.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.51.0)
14+
openai (0.52.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.51.0"
18+
gem "openai", "~> 0.52.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.51.0"
4+
VERSION = "0.52.0"
55
end

0 commit comments

Comments
 (0)