Releases: jordilin/gitar
Releases · jordilin/gitar
v1.1.9
v1.1.8
New features
This is a maintenance release
- Builds on latest Rust 1.90.0
- Upgraded all the project dependencies
v1.1.7
New features
This is a maintenance release
- Builds on latest Rust 1.89.0
- Upgraded all the project dependencies
v1.1.6
New features
This is a maintenance release
- Builds on latest Rust 1.88.0
- Upgraded all the project dependencies
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-reviewermerge 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