Releases: m1guelpf/auto-commit
Releases · m1guelpf/auto-commit
Switch to turbo model + extra context
What's Changed
- docs: fix typo in readme by @TheDevMinerTV in #6
- Fix grammar in build instructions by @orgads in #4
- review: don't commit twice instead of prompting for edits by @AndrewSB in #9
- Use log crate by @AndrewSB in #8
New Contributors
- @TheDevMinerTV made their first contribution in #6
- @orgads made their first contribution in #4
- @AndrewSB made their first contribution in #9
Full Changelog: v0.1.5...v0.2.0
v0.1.5: Introduce Manual Confirm (#3)
* Add question crate to prompt user for commit message This commit adds the question crate to prompt the user for a commit message. The question crate is used to ask the user if they want to commit the message that was generated by the OpenAI API. The user can choose to commit the message or abort the commit. * Add a dry-run flag to the CLI This commit adds a dry-run flag to the CLI. This flag will allow the user to see what the commit message would be without actually committing the changes. * Add a spinner to the CLI This is a nice addition to the CLI. It makes the CLI more fun to use. * Overshadow variable Co-authored-by: Miguel Piedrafita <[email protected]>
v0.1.4: Remove git2 dependency
The git2 dependency was only used to check if the current directory was a git repository. This can be done using the `git` command line tool instead.
v0.1.1: chore: update release workflow
- Remove version from binary name - Add install script
v0.1: Add release workflow
This workflow will build the binaries for the release and upload them to the release.