File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.5 "
2+ "." : " 0.1.0-alpha.6 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.6 (2025-04-19)
4+
5+ Full Changelog: [ v0.1.0-alpha.5...v0.1.0-alpha.6] ( https://github.com/openai/openai-ruby/compare/v0.1.0-alpha.5...v0.1.0-alpha.6 )
6+
7+ ### Bug Fixes
8+
9+ * fix workflow syntax ([ b5d45ce] ( https://github.com/openai/openai-ruby/commit/b5d45ce80ebfc7811446c134a1925fb0731f7971 ) )
10+
311## 0.1.0-alpha.5 (2025-04-18)
412
513Full Changelog: [ v0.1.0-alpha.4...v0.1.0-alpha.5] ( https://github.com/openai/openai-ruby/compare/v0.1.0-alpha.4...v0.1.0-alpha.5 )
Original file line number Diff line number Diff line change 1111PATH
1212 remote: .
1313 specs:
14- openai (0.1.0.pre.alpha.5 )
14+ openai (0.1.0.pre.alpha.6 )
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.alpha.5 "
4+ VERSION = "0.1.0.pre.alpha.6 "
55end
You can’t perform that action at this time.
0 commit comments