Releases: jordilin/gitar
Releases · jordilin/gitar
v1.1.6
v1.1.5
New features
This is a maintenance release
- Builds on latest Rust 1.87.0
- Upgraded all the project dependencies
v1.1.4
New features
This is a maintenance release.
- Builds on latest Rust 1.86.0
- Upgraded all the dependencies and made the necessary adjustments. Notably the ureq dependency, which is used as an HTTP client and had API changes.
v1.1.3
New features
Maintenance release:
- Update Cargo dependencies
v1.1.2
New features
- Provide
--assignee <username>
and--reviewer <username>
merge request cli args - Provide
--rand-reviewer
merge request flag. It will allow to randomly select a merge request reviewer from your configuration list of merge request users.
v1.1.1
Fixes
- Fix create Gitlab runner with tags. By default, it was creating the runners with the run untagged set by default.
- Allow creating Gitlab runners that can accept both tagged and untagged ci/cd jobs.
v1.1.0
New features
- Read title and pull request description directly from a file when creating a pull request
- Better GPT prompt, so a GPT engine output can be used directly as input to
gr mr create
. - Update dependencies
v1.0.9
New features
- Provide a
--gpt-prompt
when creating a new merge request. Provides a prompt that can be used along with the commit messages to generate a title and description using a GPT engine.
v1.0.8
New features
- Provide short/long summary when creating a merge request.
Fixes
- Fix
--patch
flag in merge request. Diff branches in right order.
v1.0.7
New features
- Provide a
--patch
flag that prints to STDOUT the diff of outgoing changes (patch) when creating a merge request.