File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-beta.1 "
2+ "." : " 0.1.0-beta.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-beta.2 (2025-05-19)
4+
5+ Full Changelog: [ v0.1.0-beta.1...v0.1.0-beta.2] ( https://github.com/openai/openai-ruby/compare/v0.1.0-beta.1...v0.1.0-beta.2 )
6+
7+ ### Features
8+
9+ * ** api:** further updates for evals API ([ ae7a8b8] ( https://github.com/openai/openai-ruby/commit/ae7a8b8fc1611aa6f645c75f865d9ae6906d9a20 ) )
10+ * ** api:** Updating Assistants and Evals API schemas ([ 690b6a7] ( https://github.com/openai/openai-ruby/commit/690b6a78de30845f974695d0cc36a59a04adf65b ) )
11+
12+
13+ ### Chores
14+
15+ * ** internal:** version bump ([ b35ea63] ( https://github.com/openai/openai-ruby/commit/b35ea63d9758c4e96dd665013be2edb78ebaa8e6 ) )
16+
317## 0.1.0-beta.1 (2025-05-16)
418
519Full Changelog: [ v0.1.0-alpha.5...v0.1.0-beta.1] ( https://github.com/openai/openai-ruby/compare/v0.1.0-alpha.5...v0.1.0-beta.1 )
Original file line number Diff line number Diff line change 1111PATH
1212 remote: .
1313 specs:
14- openai (0.1.0.pre.beta.1 )
14+ openai (0.1.0.pre.beta.2 )
1515 connection_pool
1616
1717GEM
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module OpenAI
4- VERSION = "0.1.0.pre.beta.1 "
4+ VERSION = "0.1.0.pre.beta.2 "
55end
You can’t perform that action at this time.
0 commit comments