v0.3.1
Major Changes
- Conventional commit support, per file summaries by @zurawiki in #75
New settings for configuration:
See new settings with:
$ gptcommit config keys
...
output.conventional_commit
output.show_per_file_summary
prompt.conventional_commit_prefix
...
Disable conventional commits with (true to re-enable, default is true)
gptcommit config set output.conventional_commit falseDisable per-file summary with (true to re-enable, default is true)
gptcommit config set output.show_per_file_summary falseWhat's Changed
- Update GitHub link to VSCode extension by @ottsch in #72
- Bump tiktoken-rs from 0.1.2 to 0.1.4 by @dependabot in #73
- Update README.md by @zurawiki in #77
- Bump serde_json from 1.0.93 to 1.0.94 by @dependabot in #80
- Bump async-openai from 0.9.0 to 0.9.2 by @dependabot in #79
- Bump async-trait from 0.1.65 to 0.1.66 by @dependabot in #78
- chore: Update dependencies for new Rust release by @zurawiki in #87
- Bump tera from 1.17.1 to 1.18.0 by @dependabot in #85
- chore: Update dependencies in Cargo.toml by @zurawiki in #92
New Contributors
Full Changelog: v0.3.0...v0.3.1