Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 632 Bytes

File metadata and controls

23 lines (13 loc) · 632 Bytes

[Unreleased]

[0.1.5] - 2024-03-11

  • Add support for specifying the OpenAI organization in the codegen command via the --openai_org_id flag.

[0.1.4] - 2024-03-11

  • Strip the leading and trailing ``` from the output of the codegen command.
  • Remove the organization from the OpenAI initialization code.

[0.1.3] - 2024-03-10

  • Move the execution to a /exe/codegen file. exe/run was removed.

[0.1.1] - 2024-03-10

  • Fix bug where the gemspec was excluding the lib directory from the gem. (#1)

[0.1.0] - 2024-03-10

  • Initial release
  • Support for Ruby 3.3.0