ferrucc-io/dotcodegen

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
## [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](https://github.com/ferrucc-io/dotcodegen/pull/1))

## [0.1.0] - 2024-03-10

- Initial release
- Support for Ruby 3.3.0